Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/preload


Modified Files:
        e_precache.c 


Log Message:


handle large files

===================================================================
RCS file: /cvs/e/e17/apps/e/src/preload/e_precache.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_precache.c        29 Oct 2006 11:03:47 -0000      1.5
+++ e_precache.c        2 Jun 2007 16:35:10 -0000       1.6
@@ -114,7 +114,7 @@
    (*func) (obj, file, key);
 }
 
-time_t
+long long
 ecore_file_mod_time(const char *file)
 {
    static time_t (*func) (const char *file) = NULL;
@@ -125,7 +125,7 @@
    return (*func) (file);
 }
 
-int
+long long
 ecore_file_size(const char *file)
 {
    static int (*func) (const char *file) = NULL;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to