Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_lib.c 


Log Message:


was doign some debugging. i think eet needs a cache... :) not yet tho

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- eet_lib.c   3 Mar 2005 17:26:45 -0000       1.30
+++ eet_lib.c   1 Apr 2005 07:26:09 -0000       1.31
@@ -350,6 +350,7 @@
 
    if (!file) return NULL;
 
+//   printf("open %s\n", file);
 #ifdef HAVE_REALPATH
    /* in case this is a symlink... find out where it REALLY points */
    if (!realpath(file, buf)) 
@@ -738,6 +739,7 @@
    if (!ef->header->directory) return NULL;
    /* get hash bucket this should be in */
    hash = eet_hash_gen(name, ef->header->directory->size);
+//   printf("read %s\n", name);
    /* hunt hash bucket */
    num = ef->header->directory->hash[hash].size;
    for (i = 0; i < num; i++)




-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to