Fixing Kawa

This commit is contained in:
retropikzel 2025-07-26 11:35:39 +03:00
parent c46416a7b9
commit c4eab21594
1 changed files with 2 additions and 0 deletions

View File

@ -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)