mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
90a7e7c0cf
PR: ports/29379 Submitted by: Scot W. Hetzel <hetzels@westbend.net> (MAINTAINER)
12 lines
291 B
Plaintext
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;
|
|
}
|