Kaydet (Commit) 7399447c authored tarafından David Tardon's avatar David Tardon

WaE: format '%u' expects argument of type 'unsigned int'

üst e1eae326
...@@ -186,7 +186,7 @@ static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) ...@@ -186,7 +186,7 @@ static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP )
sntprintf( szBuffer, SAL_N_ELEMENTS(szBuffer), sntprintf( szBuffer, SAL_N_ELEMENTS(szBuffer),
_T("%s -p %u -excp 0x%p -t %u%s"), _T("%s -p %lu -excp 0x%p -t %lu%s"),
static_cast<sal_Char*>( aPath ), static_cast<sal_Char*>( aPath ),
GetCurrentProcessId(), GetCurrentProcessId(),
lpEP, lpEP,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment