Fixing Kawa
This commit is contained in:
parent
c46416a7b9
commit
c4eab21594
|
|
@ -7,6 +7,8 @@
|
|||
(lambda (value type)
|
||||
(cond ((equal? type 'byte)
|
||||
(java.lang.Byte value))
|
||||
((equal? type 'uint8)
|
||||
(java.lang.Integer value))
|
||||
((equal? type 'short)
|
||||
(java.lang.Short value))
|
||||
((equal? type 'unsigned-short)
|
||||
|
|
|
|||
Loading…
Reference in New Issue