Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_utils.c Log Message: Fix warning. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_utils.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- e_utils.c 7 Jan 2006 10:39:45 -0000 1.34 +++ e_utils.c 7 Jan 2006 17:39:28 -0000 1.35 @@ -137,7 +137,8 @@ EAPI int e_util_glob_case_match(const char *str, const char *glob) { - char *tstr, *tglob, *p, *tp; + const char *p; + char *tstr, *tglob, *tp; if (glob[0] == 0) { ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs