INTEGRATION: CWS ause070 (1.8.28); FILE MERGED

2006/10/06 15:39:26 hjs 1.8.28.1: #i70136# fix filename in errormsg
This commit is contained in:
Kurt Zenker 2006-11-08 10:59:33 +00:00
parent c5e0d766bc
commit 3a46d977c2

View file

@ -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);
}
}