Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/file Modified Files: evas_module.c Log Message: Fix compiler warnings. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/file/evas_module.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evas_module.c 14 Jan 2006 15:43:05 -0000 1.4 +++ evas_module.c 14 Jan 2006 15:58:01 -0000 1.5 @@ -51,7 +51,6 @@ char *prefix; char *path; - int i; Evas_List *paths = NULL; /* 1. ~/.evas/modules/ */ @@ -137,7 +136,7 @@ if (!(dir = opendir(mp->path))) break; // printf("[evas module] searching modules on %s\n", mp->path); - while (de = readdir(dir)) + while ((de = readdir(dir))) { char *buf; ------------------------------------------------------- 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