Racket uint8-ref/set! fixes

This commit is contained in:
retropikzel 2025-07-23 11:07:27 +03:00
parent ae4b0e8f95
commit ad3e5a1847
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
(define c-bytevector-u8-set!
(lambda (c-bytevector k byte)
(ptr-set! c-bytevector _uint8 'abs k byte)))
(ptr-set! c-bytevector _int8 'abs k byte)))
(define c-bytevector-u8-ref
(lambda (c-bytevector k)