From 9787713cac2f60f1567758701c74d059c6b17f15 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 23 Apr 2010 18:06:44 +0200 Subject: gnumake2: rscdb.cxx: fix format string --- rsc/source/parser/rscdb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsc') diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index d003b9a1f321..70364f5acbeb 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -125,7 +125,7 @@ static sal_uInt32 getLangIdAndShortenLocale( RscTypCont* pTypCont, else rLang = rtl::OString(); #if OSL_DEBUG_LEVEL > 1 - fprintf( stderr, " %s (0x%hx)", aL.getStr(), nRet ); + fprintf( stderr, " %s (0x%" SAL_PRIxUINT32 ")", aL.getStr(), nRet ); #endif return nRet; } -- cgit