summaryrefslogtreecommitdiff
path: root/soltools/ldump
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-06-19 16:03:32 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-06-19 16:03:32 +0000
commit80bbd0af79f5c5003f14a6eaab33a0ec15619a68 (patch)
tree95a513c10d31e954cc0e01a5de62ea95f43c4773 /soltools/ldump
parenta955bfc6a5c3595af90e3f62d70083b4a15c7849 (diff)
dump error instead of crash
Diffstat (limited to 'soltools/ldump')
-rw-r--r--soltools/ldump/ldump.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/ldump/ldump.cxx b/soltools/ldump/ldump.cxx
index 4bd8bb20ba82..d2346bcdcb34 100644
--- a/soltools/ldump/ldump.cxx
+++ b/soltools/ldump/ldump.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ldump.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mh $ $Date: 2001-08-15 03:37:09 $
+ * last change: $Author: hjs $ $Date: 2002-06-19 17:03:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -470,7 +470,7 @@ bool LibDump::PrintDataBase()
FILE *pFp;
pFp = fopen (cBName,"w+");
if (!pFp)
- fprintf( stderr, "Error opening DataBase File\n" );
+ DumpError( 600 );
LibExport *pData;
for ( unsigned long i=0; i < nBaseLines+10; i++ )