Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_desktop_xmlame.c 


Log Message:
This one is sane, I'll put it back in.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop_xmlame.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ecore_desktop_xmlame.c      24 Sep 2006 21:21:24 -0000      1.9
+++ ecore_desktop_xmlame.c      24 Sep 2006 21:30:23 -0000      1.10
@@ -68,7 +68,7 @@
 static char        *
 _ecore_desktop_xmlame_parse(Ecore_Desktop_Tree * tree, char *buffer)
 {
-   do
+   while (*buffer != '\0')
      {
        char               *text;
 
@@ -127,7 +127,6 @@
               }
          }
      }
-   while (*buffer != '\0');
 
    return buffer;
 }



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