mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +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);
|
outptr += strlen(outptr);
|
||||||
} else {
|
} else {
|
||||||
*outptr++ = '%';
|
*outptr++ = '%';
|
||||||
*outptr++ = '%';
|
|
||||||
++src;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
curState = S_Normal;
|
curState = S_Normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user