aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-src::stf-parse.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /math/gnumeric2/files/patch-src::stf-parse.c
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
Notes
Diffstat (limited to 'math/gnumeric2/files/patch-src::stf-parse.c')
-rw-r--r--math/gnumeric2/files/patch-src::stf-parse.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/gnumeric2/files/patch-src::stf-parse.c b/math/gnumeric2/files/patch-src::stf-parse.c
deleted file mode 100644
index b45569925e68..000000000000
--- a/math/gnumeric2/files/patch-src::stf-parse.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 {