1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-07 04:31:38 +00:00
Greg King 219905c6bc Fix two string output functions' handling of their buffer-size parameter.
That parameter's type is unsigned; but, the functions return an int.  If the size is too big for a signed integer, then return an error code.
If the size is zero, then don't write anything into a buffer (the buffer pointer may be NULL).  But, do format and count the arguments.
2015-07-09 10:43:45 -04:00
..
2011-04-25 18:49:24 +00:00
2010-06-03 21:29:28 +00:00
2010-06-03 21:31:06 +00:00
2013-08-28 02:58:41 -04:00
2013-08-28 02:58:41 -04:00
2013-10-02 20:55:01 +01:00