[xiph-cvs] cvs commit: httpp httpp.c
Karl Heyes
karl at xiph.org
Wed Jun 18 08:52:26 PDT 2003
karl 03/06/18 11:52:25
Modified: . httpp.c
Log:
ermmm, let's use the right operator.
Revision Changes Path
1.22 +1 -1 httpp/httpp.c
Index: httpp.c
===================================================================
RCS file: /usr/local/cvsroot/httpp/httpp.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- httpp.c 18 Jun 2003 11:13:11 -0000 1.21
+++ httpp.c 18 Jun 2003 15:52:25 -0000 1.22
@@ -547,7 +547,7 @@
static char *_lowercase(char *str)
{
char *p = str;
- for (; *p |= '\0'; p++)
+ for (; *p != '\0'; p++)
*p = tolower(*p);
return str;
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list