Fixing Kawa
This commit is contained in:
parent
bd2dca3b17
commit
c8ad556bbf
|
|
@ -15,7 +15,7 @@
|
||||||
(cond ((equal? type 'byte)
|
(cond ((equal? type 'byte)
|
||||||
(java.lang.Byte value))
|
(java.lang.Byte value))
|
||||||
((equal? type 'uint8)
|
((equal? type 'uint8)
|
||||||
(java.lang.Int value))
|
(java.lang.Integer (invoke (gnu.math.UInt value) 'toIntNum)))
|
||||||
((equal? type 'short)
|
((equal? type 'short)
|
||||||
(java.lang.Short value))
|
(java.lang.Short value))
|
||||||
((equal? type 'unsigned-short)
|
((equal? type 'unsigned-short)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue