Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-07-15 10:50:21 -0700 (Sun, 15 Jul 2007)
Revision: 11273
Log message:
The ml_print_string function was truncating strings.
This addresses bug #685.
It would be nice to get the string length calculation really
right, so truncation would never happen.
The following will truncate if snprintf exists, and probably
segfault if not.
$(sprintf %100000s, a)
Changes | Path |
+34 -9 | libmojave/cutil/lm_printf.c |
+1 -1 | libmojave/util/lm_channel.ml |