diff --git a/amxmodx/format.cpp b/amxmodx/format.cpp index 441ab2c8..62ffcbe1 100644 --- a/amxmodx/format.cpp +++ b/amxmodx/format.cpp @@ -403,6 +403,7 @@ reswitch: case 'c': CHECK_ARGS(0); *buf_p++ = static_cast(*get_amxaddr(amx, params[arg])); + llen--; arg++; break; case 'd':