Fix build.
This commit is contained in:
parent
f7364111f2
commit
c01101dbd0
@ -494,7 +494,8 @@ stock StrCat(String:buffer[], maxlength, const String:source[])
|
|||||||
* delimiters after last piece.
|
* delimiters after last piece.
|
||||||
* @return Number of strings retrieved.
|
* @return Number of strings retrieved.
|
||||||
*/
|
*/
|
||||||
stock ExplodeStringLumiStance(const String:text[], const String:split[], String:buffers[][], maxStrings, maxStringLength, bool:copyRemainder = false)
|
stock ExplodeString(const String:text[], const String:split[], String:buffers[][], maxStrings,
|
||||||
|
maxStringLength, bool:copyRemainder = false)
|
||||||
{
|
{
|
||||||
new reloc_idx, idx, total;
|
new reloc_idx, idx, total;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user