mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
%% in a format input string now produces one % in the output string correctly
This commit is contained in:
parent
1e36d0ca39
commit
ac25c5fc60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user