Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/file


Modified Files:
        evas_path.c 


Log Message:


reduce stat calls massively...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/file/evas_path.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_path.c 29 Apr 2004 04:23:36 -0000      1.6
+++ evas_path.c 28 Aug 2004 08:41:12 -0000      1.7
@@ -128,9 +128,12 @@
 {
    char buf[PATH_MAX], *buf2;
    
+   return strdup(file);
+#if 0   
    if (!realpath(file, buf)) return NULL;
    buf2 = strdup(buf);
    return buf2;
+#endif   
 }
 
 #else




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to