this breaks lots of stuff. terminology, e.... i got yself a blank
authorraster <raster>
Tue, 28 Aug 2012 15:45:57 +0000 (15:45 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Aug 2012 15:45:57 +0000 (15:45 +0000)
screen at 12:45am thanks to this. rvrt. :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@75795 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_str.c

index 3dea489..2a54c00 100644 (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)
      {