summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 10:30:26 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 10:30:26 +0000
commit1f930977380d40ab2ca87f7f1ea1899e15b983e7 (patch)
tree5a59b2d342b0a31cfd4782ff8e1848f713907e31 /rsc
parent02100d0a9e19621ee7fe3c38ebbfcf373b29af45 (diff)
#94297# syntax
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rsc/rsc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 906a3d312969..fa020e194dff 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsc.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hjs $ $Date: 2001-11-06 11:24:52 $
+ * last change: $Author: hjs $ $Date: 2001-11-06 11:30:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -878,7 +878,7 @@ ERRTYPE RscCompiler::Link()
if( rename( pTmp, it->aOutputRc.GetBuffer() ) )
{
char aBuf[1024];
- sprintf( aBuf, "%s -> %s", pTmp, it->aOutputRc.GetBuffer );
+ sprintf( aBuf, "%s -> %s", pTmp, it->aOutputRc.GetBuffer() );
pTC->pEH->FatalError( ERR_RENAMEFILE, RscId(), aBuf );
}
free( pTmp );