mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e880a487e0
Note: The distfile contains another library and several other programs (mainly, upgrade of existing programs). I will make separate ports for them. Note 2: Since no other port currently depends on this port, I'm simply replacing the old library with the new one. PR: 3484
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
--- 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;
|