1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/www/libwww/files/patch-aa
Masafumi Max NAKANE e880a487e0 Upgrade, 4.0d -> 5.1b.
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
1997-06-26 16:49:35 +00:00

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;