Skip to content

Commit 11fb9b6

Browse files
author
Chongkai Zhu
authored
Make sure byte is nul-terminated
1 parent c497e94 commit 11fb9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathlink.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
(define MLPutFunction
6060
(get-ffi-obj 'WSPutFunction mathlink
61-
(_fun _pointer _bytes _int -> _bool)))
61+
(_fun _pointer _bytes/nul-terminated _int -> _bool)))
6262

6363
(define MLPutArgCount
6464
(get-ffi-obj 'WSPutArgCount mathlink

0 commit comments

Comments
 (0)