summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-05-04 16:00:17 +0000
committerSander Vesik <svesik@openoffice.org>2001-05-04 16:00:17 +0000
commita86eab362b1a984baa45d81778d32edddb4336fe (patch)
treeec4273515d0a21c25ddf20b74f919c88010b6856 /tools/bootstrp
parente2a743b8004d4ac3b4f3bfdb8011b052f2d3fda3 (diff)
MIPSPRO workaround
Contributed by: The SGI OpenOffice.org porting team
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/iserver.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/bootstrp/iserver.cxx b/tools/bootstrp/iserver.cxx
index 7a8f12c1adba..9458152d5216 100644
--- a/tools/bootstrp/iserver.cxx
+++ b/tools/bootstrp/iserver.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iserver.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:02:59 $
+ * last change: $Author: svesik $ $Date: 2001-05-04 17:00:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,8 @@ int _cdecl main( int argc, char *argv[] )
if ( !bError ) {
InformationParser aParser( REPLACE_VARIABLES );
ByteString sStandList( sDataBase );
- GenericInformationList *pList = aParser.Execute( String( sStandList, gsl_getSystemTextEncoding()));
+ String s = String( sStandList, gsl_getSystemTextEncoding());
+ GenericInformationList *pList = aParser.Execute( s );
if ( !pList )
return 1;