mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 23:12:48 +00:00
eliminate GCC warning
svn path=/trunk/; revision=9707
This commit is contained in:
parent
be7a6c466b
commit
24fdd29e94
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ struct COMExceptionBase
|
|||
LocalFree(pBuf);
|
||||
} else {
|
||||
TCHAR buffer[128];
|
||||
_stprintf(buffer, TEXT("unknown Exception: 0x%08X"), _hr);
|
||||
_stprintf(buffer, TEXT("unknown Exception: 0x%08lX"), _hr);
|
||||
_msg = buffer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue