Fixing Kawa

This commit is contained in:
retropikzel 2025-07-26 15:03:42 +03:00
parent 44c83e8c6b
commit 5c5b0f5eba
1 changed files with 0 additions and 3 deletions

View File

@ -76,9 +76,6 @@
(define c-utf8->string
(lambda (c-bytevector)
(display "HERE 10: ")
(display c-bytevector)
(newline)
(when (c-null? c-bytevector)
(error "Can not turn null pointer into string" c-bytevector))
(let ((size (c-strlen c-bytevector)))