%% in a format input string now produces one % in the output string correctly

This commit is contained in:
Pavol Marko 2004-08-30 14:35:16 +00:00
parent 1e36d0ca39
commit ac25c5fc60

View File

@ -827,8 +827,6 @@ char * CLangMngr::FormatAmxString(AMX *amx, cell *params, int parm, int &len)
outptr += strlen(outptr);
} else {
*outptr++ = '%';
*outptr++ = '%';
++src;
}
}
curState = S_Normal;