Files
pkgsrc-ng/www/libwww/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
378 B
Plaintext

$NetBSD: patch-ab,v 1.9 2001/04/20 12:33:53 fredb Exp $
--- Library/src/HTMIMImp.c.orig Mon Feb 22 16:10:11 1999
+++ Library/src/HTMIMImp.c
@@ -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;