mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 16:01:38 +02:00
🐛 Fix unexpected decoding of fresian data
This commit is contained in:
parent
ea7266dc3b
commit
8b44b4d8f1
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@
|
||||||
(Instant/ofEpochMilli (.readInt rdr))))
|
(Instant/ofEpochMilli (.readInt rdr))))
|
||||||
|
|
||||||
|
|
||||||
"clj/ratio"
|
"ratio"
|
||||||
(reify ReadHandler
|
(reify ReadHandler
|
||||||
(read [_ rdr _ _]
|
(read [_ rdr _ _]
|
||||||
(Ratio. (biginteger (.readObject rdr))
|
(Ratio. (biginteger (.readObject rdr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue