diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-16 03:04:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-16 03:04:14 +0000 |
commit | 9300b7c32a64e4a0edc0d5aa5cd40d07ae3f75d9 (patch) | |
tree | 07c277460e6129f0e7a501f0e28ac4a1b1f84045 /math/gnumeric2/files/patch-src::stf-parse.c | |
parent | Add ghex2 after a repo copy from ghex. ghex2 is a hexidecimal editor for (diff) |
Add gnumeric2 after a repo copy from gnumeric. Gnumeric2 is a sreadsheet
application for the GNOME 2 desktop.
Notes
Notes:
svn path=/head/; revision=66407
Diffstat (limited to 'math/gnumeric2/files/patch-src::stf-parse.c')
-rw-r--r-- | math/gnumeric2/files/patch-src::stf-parse.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gnumeric2/files/patch-src::stf-parse.c b/math/gnumeric2/files/patch-src::stf-parse.c index b45569925e68..09b8ea27785d 100644 --- a/math/gnumeric2/files/patch-src::stf-parse.c +++ b/math/gnumeric2/files/patch-src::stf-parse.c @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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) { @@ -9,4 +9,4 @@ + if (mbstowcs (&wstr, s, 1) == 1) return (char *)s; s += len; - } else { + } else |