Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        ecore_desktop.c 


Log Message:

the first clause implies the others

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- ecore_desktop.c     13 Nov 2006 14:35:37 -0000      1.68
+++ ecore_desktop.c     15 Dec 2006 05:33:24 -0000      1.69
@@ -113,7 +113,7 @@
               {
                  *c++ = '\0';
                  /* Strip preceeding blanks.  Note that \n is treated 
differently from the other white space. */
-                 while (((*c == ' ') || (*c == '\t')) && (*c != '\n') && (*c 
!= '\0'))
+                 while ((*c == ' ') || (*c == '\t'))
                     c++;
                  value = c;
                  /* Find end. */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to