Fixing Kawa

This commit is contained in:
retropikzel 2025-07-26 14:22:06 +03:00
parent bd2dca3b17
commit c8ad556bbf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
(cond ((equal? type 'byte)
(java.lang.Byte value))
((equal? type 'uint8)
(java.lang.Int value))
(java.lang.Integer (invoke (gnu.math.UInt value) 'toIntNum)))
((equal? type 'short)
(java.lang.Short value))
((equal? type 'unsigned-short)