diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:27 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:27 +0000 |
| commit | 306a0595289a1660e82e229cd0db19e1ff4ef59d (patch) | |
| tree | 702199d3b5e34c9ba151483313d8c26565451c75 /editors/openoffice.org-2/files/patch-sal::rtl::source::strtmpl.c | |
| parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'editors/openoffice.org-2/files/patch-sal::rtl::source::strtmpl.c')
| -rw-r--r-- | editors/openoffice.org-2/files/patch-sal::rtl::source::strtmpl.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice.org-2/files/patch-sal::rtl::source::strtmpl.c b/editors/openoffice.org-2/files/patch-sal::rtl::source::strtmpl.c deleted file mode 100644 index 91a5289d6636..000000000000 --- a/editors/openoffice.org-2/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') ) |
