14 lines
378 B
Plaintext
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;
|