From c01101dbd0bb2126e6fb3a9bb163d615fb2c42e2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 24 Jul 2011 19:44:15 -0700 Subject: [PATCH] Fix build. --- plugins/include/string.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/string.inc b/plugins/include/string.inc index d95f5f5e..8abc87c9 100644 --- a/plugins/include/string.inc +++ b/plugins/include/string.inc @@ -494,7 +494,8 @@ stock StrCat(String:buffer[], maxlength, const String:source[]) * delimiters after last piece. * @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;