From 2a3de44ddbf4d9464a2eb3d7b609df9888d804cf Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 19 Aug 2007 17:31:26 +0000 Subject: [PATCH] fixed amb819 - SplitString() cut off search by one character --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401366 --- core/smn_string.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/smn_string.cpp b/core/smn_string.cpp index b7fbeba9..97ff08ee 100644 --- a/core/smn_string.cpp +++ b/core/smn_string.cpp @@ -538,7 +538,11 @@ static cell_t SplitString(IPluginContext *pContext, const cell_t *params) return -1; } - for (size_t i=0; i