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:
more unneeded logic

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- ecore_desktop.c     15 Dec 2006 05:33:24 -0000      1.69
+++ ecore_desktop.c     15 Dec 2006 05:44:18 -0000      1.70
@@ -74,7 +74,7 @@
 
        c = buffer;
        /* 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++;
        /* Skip blank lines and comments */
        if ((*c == '\0') || (*c == '\n') || (*c == '#')) continue;



-------------------------------------------------------------------------
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