freebsd-ports/www/libwww/files/patch-aa
Ying-Chieh Liao 129c2df17b upgrade to 5.4.0
PR:		40063
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-07-01 14:09:31 +00:00

11 lines
346 B
Text

--- Library/src/HTMIMImp.c.orig Sun Jun 30 22:51:48 2002
+++ Library/src/HTMIMImp.c Sun Jun 30 22:52:01 2002
@@ -226,7 +226,7 @@
int value = deflt;
if (start != NULL) {
start += strlen(needle);
- while isspace(*start) start++;
+ while (isspace(*start)) start++;
if (isdigit(*start)) {
char * end = start + 1;
char save;