fixed a bug where '%c' did not correctly count toward the writable string length

This commit is contained in:
David Anderson 2007-03-04 00:02:23 +00:00
parent 109b1e45b5
commit d4703f045d

View File

@ -403,6 +403,7 @@ reswitch:
case 'c':
CHECK_ARGS(0);
*buf_p++ = static_cast<D>(*get_amxaddr(amx, params[arg]));
llen--;
arg++;
break;
case 'd':