summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-src::stf-parse.c
blob: b45569925e68c13dd2e09002b417ffcf7ef83885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/stf-parse.c.orig	Fri Mar  1 21:03:09 2002
+++ src/stf-parse.c	Fri Mar  1 21:03:17 2002
@@ -870,8 +870,7 @@
 		if (len == -1)
 			return (char *)s;
 		if (len > 1) {
-			if (mbstowcs (&wstr, s, 1) == 1 &&
-			    !iswprint (wstr) && !iswspace (wstr))
+			if (mbstowcs (&wstr, s, 1) == 1)
 				return (char *)s;
 			s += len;
 		} else {