Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/cookbook/xml/ewl


Modified Files:
        ewl_intro.xml 


Log Message:
minor bug

===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/ewl/ewl_intro.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_intro.xml       16 Feb 2005 00:40:39 -0000      1.10
+++ ewl_intro.xml       27 Apr 2005 14:57:54 -0000      1.11
@@ -608,7 +608,7 @@
     st_ret = stat(file, &s);
 
     if (st_ret != 0) {
-        if (st_ret == ENOENT)
+        if (errno == ENOENT)
             printf("not a file %s\n", file); 
         return NULL;
     }




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to