dbertoni 02/05/15 17:50:00
Modified: c/src/PlatformSupport XalanFileOutputStream.cpp
Log:
Improved error message
Revision Changes Path
1.9 +1 -1 xml-xalan/c/src/PlatformSupport/XalanFileOutputStream.cpp
Index: XalanFileOutputStream.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/PlatformSupport/XalanFileOutputStream.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XalanFileOutputStream.cpp 12 Mar 2002 05:37:57 -0000 1.8
+++ XalanFileOutputStream.cpp 16 May 2002 00:50:00 -0000 1.9
@@ -256,7 +256,7 @@
ostrstream theFormatter;
- theFormatter << ". The error code was "
+ theFormatter << ". The C++ run-time error code (errno) is "
<< theErrorCode << "." << '\0';
append(theResult, theFormatter.str());
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]