Fixing Kawa
This commit is contained in:
parent
60964b0a8e
commit
92dd4ade39
|
|
@ -8,7 +8,7 @@
|
|||
(cond ((equal? type 'byte)
|
||||
(java.lang.Byte value))
|
||||
((equal? type 'uint8)
|
||||
(java.lang.Int value))
|
||||
(java.lang.Byte value))
|
||||
((equal? type 'short)
|
||||
(java.lang.Short value))
|
||||
((equal? type 'unsigned-short)
|
||||
|
|
|
|||
Loading…
Reference in New Issue