1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/apache13-fp/files/patch-fj
Clive Lin 90a7e7c0cf Upgrade the apache13-fp to Apache 1.3.20.
PR: ports/29379
Submitted by: Scot W. Hetzel <hetzels@westbend.net> (MAINTAINER)
2001-08-20 10:29:38 +00:00

12 lines
291 B
Plaintext

--- src/main/util.c.orig Thu Feb 1 04:06:37 2001
+++ src/main/util.c Wed Mar 21 21:12:35 2001
@@ -708,7 +708,7 @@
char *res;
for (x = 0; (*line)[x]; x++) {
- if (ap_isspace((*line)[x])) {
+ if (ap_isspace((*line)[x]) && ((*line)[x] & 0x80)==0) {
pos = x;
break;
}