1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-17 21:17:35 +00:00
Files
Interlisp.maiko/inc/uutilsdefs.h
Nick Briggs 96ab979e7a Change lisp_string_to_c_string length parameter to be size_t (#179)
The argument passed to the length parameter of lisp_string_to_c_string is
always the sizeof an array, and since it is compared to the Lisp unsigned
length of the Lisp string is more appropriately a size_t than an int.
Likewise for the index into a string.
2021-01-05 01:23:11 +00:00

400 B