Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
- fix warning

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- main.c      22 May 2006 18:09:00 -0000      1.28
+++ main.c      8 Jun 2006 16:49:26 -0000       1.29
@@ -645,7 +645,7 @@
        while (ptr != NULL)
        {
                ptr2 = ptr;
-               while ((*ptr2 != '*') && (*ptr2 != '@') && (*ptr2 != NULL))
+               while ((*ptr2 != '*') && (*ptr2 != '@') && (*ptr2 != '\0'))
                        ptr2 ++;
 
                if (ptr2 == NULL)




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to