Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_intl.c Log Message: Add parens around truth value to quiet compiler warnings. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -3 -r1.66 -r1.67 --- e_intl.c 7 Dec 2005 17:09:02 -0000 1.66 +++ e_intl.c 29 Dec 2005 14:00:00 -0000 1.67 @@ -521,7 +521,7 @@ char *file; ecore_list_goto_first(files); - while (file = ecore_list_next(files)) + while ((file = ecore_list_next(files)) != NULL) { /* Match canonicalized locale against each possible search */ for (next_search = search_list ; next_search && !found ; next_search = next_search->next) ------------------------------------------------------- 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