whoops, meant negative...hope nobody noticed this

SVN revision: 71856
This commit is contained in:
Mike Blumenkrantz 2012-06-08 14:45:21 +00:00
parent 32c909b6ce
commit 7cd7f0bd22
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ eina_str_split_full_helper(const char *str,
size_t len, dlen;
unsigned int tokens;
EINA_SAFETY_ON_TRUE_RETURN_VAL(max_tokens < 1, NULL);
EINA_SAFETY_ON_TRUE_RETURN_VAL(max_tokens < 0, NULL);
dlen = strlen(delim);
if (dlen == 0)
{