Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_prefix.c Log Message: Compiler warnings. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_prefix.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_prefix.c 19 May 2005 09:23:54 -0000 1.1 +++ e_prefix.c 28 May 2005 09:57:26 -0000 1.2 @@ -165,7 +165,7 @@ p = path; cp = p; lenexe = strlen(argv0); - while (p = strchr(cp, ':')) + while ((p = strchr(cp, ':'))) { len = p - cp; s = malloc(len + 1 + lenexe + 1); ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs