this breaks lots of stuff. terminology, e.... i got yself a blank

screen at 12:45am thanks to this. rvrt. :)



SVN revision: 75795
This commit is contained in:
Carsten Haitzler 2012-08-28 15:45:57 +00:00
parent 30c27d515c
commit de76a70b6b
1 changed files with 0 additions and 4 deletions

View File

@ -77,10 +77,6 @@ eina_str_split_full_helper(const char *str,
unsigned int tokens = 0, x;
const char *idx[256] = {NULL};
if (!str) return NULL;
if (!delim) return NULL;
if (!elements) return NULL;
if (max_tokens < 0) max_tokens = 0;
if (max_tokens == 1)
{