summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 08:57:17 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 08:57:17 +0000
commitfb89e9b697585fc9977b488719536866ec4a4e14 (patch)
tree31749f632a8b91b25441b7239c6b397169f54572 /editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c
parentPhoenix is a fast, minimal browser from the Mozilla project. This port (diff)
All patches have been repocopied to use + as separator and not "::".
Notes
Notes: svn path=/head/; revision=68480
Diffstat (limited to 'editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c')
-rw-r--r--editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c b/editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c
deleted file mode 100644
index 91a5289d6636..000000000000
--- a/editors/openoffice-1.0/files/patch-sal::rtl::source::strtmpl.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../sal/rtl/source/strtmpl.c.orig Mon Mar 11 01:28:38 2002
-+++ ../sal/rtl/source/strtmpl.c Mon Mar 11 01:30:42 2002
-@@ -1104,10 +1104,12 @@
- }
- else if ( *pStr == '+' )
- {
-- if ( bExp && (nExp != 0) )
-- break;
-- if ( fRet != 0.0 )
-- break;
-+ if ( bExp ) {
-+ if ( nExp != 0 )
-+ break;
-+ }
-+ else if ( fRet != 0.0 )
-+ break;
- }
- /* Exponent separator */
- else if ( (*pStr == 'e') || (*pStr == 'E') )