summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-fj
blob: 0df391d7b4d8b2fbbcdf6bb1c15ee2eae8035fe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;
 	}