[Libreoffice-commits] core.git: rsc/source
Stephan Bergmann
sbergman at redhat.com
Mon Oct 26 07:53:49 UTC 2015
rsc/source/rscpp/cpp5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dfff9522bdd892c140a5b76ed7562df983f99246
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 26 08:53:09 2015 +0100
-Werror,-Wformat
Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18
diff --git a/rsc/source/rscpp/cpp5.c b/rsc/source/rscpp/cpp5.c
index 1f73ff3..f383ab8 100644
--- a/rsc/source/rscpp/cpp5.c
+++ b/rsc/source/rscpp/cpp5.c
@@ -241,7 +241,7 @@ again:
else
{
#ifdef DEBUG_EVAL
- fprintf( pCppOut, "pushing %d onto value stack[%u]\n",
+ fprintf( pCppOut, "pushing %d onto value stack[%td]\n",
evalue, valp - value);
#endif
*valp++ = evalue;
More information about the Libreoffice-commits
mailing list