summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-07-27 08:47:09 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-07-27 08:47:09 +0000
commit8955bef413fac11c77ff2dabdb07adab4906ccad (patch)
tree0201b8c3c4c5087f8aa93834f2c84de365790268 /idlc
parent37afe667c508535a6d566989a55b964487becb44 (diff)
#87190# change output if no error
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/idlcmain.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/idlc/source/idlcmain.cxx b/idlc/source/idlcmain.cxx
index ef4cc1d3a3f0..5ea846199338 100644
--- a/idlc/source/idlcmain.cxx
+++ b/idlc/source/idlcmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idlcmain.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-05-10 13:07:49 $
+ * last change: $Author: jsc $ $Date: 2001-07-27 09:47:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,8 +127,8 @@ void SAL_CALL main( int argc, char** argv )
files[i].getStr(), options.prepareVersion().getStr());
} else
{
- fprintf(stdout, "%s: returned with %d errors%s",
- options.getProgramName().getStr(), nErrors,
+ fprintf(stdout, "%s: returned successful%s",
+ options.getProgramName().getStr(),
options.prepareVersion().getStr());
}
exit(nErrors);