%% in a format input string now produces one % in the output string correctly
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user