Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/preload Modified Files: e_precache.c Log Message: fix proto for precache func =================================================================== RCS file: /cvs/e/e17/apps/e/src/preload/e_precache.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_precache.c 2 Jun 2007 16:35:10 -0000 1.6 +++ e_precache.c 22 Jul 2007 23:06:42 -0000 1.7 @@ -117,7 +117,7 @@ long long ecore_file_mod_time(const char *file) { - static time_t (*func) (const char *file) = NULL; + static long long (*func) (const char *file) = NULL; if (!func) func = lib_func("libecore_file.so", "libecore_file.so.1", "ecore_file_mod_time", "lib_ecore_file", &lib_ecore_file); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs