diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 01:18:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 01:18:31 +0000 |
commit | 0550f8b5b886a897f0b7dad7b831831d2791eb20 (patch) | |
tree | 75fa4bf30e1f1a494f930c0f9b2fbf0472a56b72 /math/gnumeric2/files/patch-src::stf-parse.c | |
parent | The control script that ships with the postgres (diff) |
* Update to 1.1.19 (Now with graphing support!)
* Fix German translation
Notes
Notes:
svn path=/head/; revision=82825
Diffstat (limited to 'math/gnumeric2/files/patch-src::stf-parse.c')
-rw-r--r-- | math/gnumeric2/files/patch-src::stf-parse.c | 12 |
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 09b8ea27785d..000000000000 --- a/math/gnumeric2/files/patch-src::stf-parse.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/stf-parse.c.orig Thu Sep 12 00:21:07 2002 -+++ src/stf-parse.c Thu Sep 12 00:21:59 2002 -@@ -876,8 +876,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 |