[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Dec 10 12:22:36 PST 2010


 sw/source/filter/ww8/ww8par.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d51036eb163309890060191b121aab973c064388
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sat Dec 11 00:24:01 2010 +0900

    SAL_PRIxUINT32 instead of bare %x

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 4a333f4..801cc2f 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -213,7 +213,7 @@ bool Sttb::Read( SvStream* pS )
 
 void Sttb::Print( FILE* fp )
 {
-    fprintf( fp, "[ 0x%x ] Sttb - dump\n", nOffSet);
+    fprintf( fp, "[ 0x%" SAL_PRIxUINT32 " ] Sttb - dump\n", nOffSet);
     fprintf( fp, " fExtend 0x%x [expected 0xFFFF ]\n", fExtend );
     fprintf( fp, " cData no. or string data items %d (0x%x)\n", cData, cData );
 


More information about the Libreoffice-commits mailing list