summaryrefslogtreecommitdiff
path: root/setup_native/source/ulfconv
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-08 10:59:33 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-08 10:59:33 +0000
commit3a46d977c2070ce8b529986afd01dea1f9465f52 (patch)
tree4aed656a001a4f595afa50f50b938f87c4e36606 /setup_native/source/ulfconv
parentc5e0d766bca97512e154d503c103e331e9e95ab7 (diff)
INTEGRATION: CWS ause070 (1.8.28); FILE MERGED
2006/10/06 15:39:26 hjs 1.8.28.1: #i70136# fix filename in errormsg
Diffstat (limited to 'setup_native/source/ulfconv')
-rw-r--r--setup_native/source/ulfconv/ulfconv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/ulfconv/ulfconv.cxx b/setup_native/source/ulfconv/ulfconv.cxx
index a8ba588078ca..2105ad9a8ceb 100644
--- a/setup_native/source/ulfconv/ulfconv.cxx
+++ b/setup_native/source/ulfconv/ulfconv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ulfconv.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-07-19 16:08:39 $
+ * last change: $Author: kz $ $Date: 2006-11-08 11:59:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -315,7 +315,7 @@ int main( int argc, char * const argv[] )
{
ostream = fopen(outfile, "w");
if ( ostream == NULL ) {
- fprintf(stderr, "ulfconv: %s : %s\n", argv[argi], strerror(errno));
+ fprintf(stderr, "ulfconv: %s : %s\n", outfile, strerror(errno));
exit(2);
}
}