Fix bug where characters were read as java characters
This commit is contained in:
parent
1b8923bc33
commit
900112b6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@
|
|||
|
||||
(defmethod deserialize-from ::char
|
||||
[segment _type]
|
||||
(MemoryAccess/getChar segment))
|
||||
(char (Byte/toUnsignedInt (MemoryAccess/getByte segment))))
|
||||
|
||||
(defmethod deserialize-from ::float
|
||||
[segment _type]
|
||||
|
|
|
|||
Loading…
Reference in a new issue