summaryrefslogtreecommitdiff
path: root/www/libwww/patches/patch-aa
blob: d48c96a704a416f362cb42c672d4f89621762cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:23 agc Exp $

--- Library/src/HTMIMImp.c.orig	Sat Apr  5 09:26:21 1997
+++ Library/src/HTMIMImp.c	Tue May  6 01:15:02 1997
@@ -213,7 +213,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;