Merge from vendor branch TNF:
[pkgsrcv2.git] / www / libwww / patches / patch-aa
1 $NetBSD: patch-aa,v 1.2 1998/08/07 11:14:23 agc Exp $
2
3 --- Library/src/HTMIMImp.c.orig Thu May 27 16:26:50 1999
4 +++ Library/src/HTMIMImp.c      Thu May 27 16:26:58 1999
5 @@ -227,5 +227,5 @@
6      if (start != NULL) {
7         start += strlen(needle);
8 -       while isspace(*start) start++;
9 +       while (isspace(*start)) start++;
10         if (isdigit(*start)) {
11             char * end = start + 1;