mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[DWNL]
- Fix a format specifier. Patch by Víctor Martínez CORE-8113 #resolve svn path=/trunk/; revision=63029
This commit is contained in:
@@ -225,7 +225,7 @@ CBindStatusCallback_OnProgress(IBindStatusCallback *iface,
|
||||
if (This->szMimeType[0] != _T('\0'))
|
||||
_tprintf(_T("Length: %I64u [%s]\n"), This->Size, This->szMimeType);
|
||||
else
|
||||
_tprintf(_T("Length: %ull\n"), This->Size);
|
||||
_tprintf(_T("Length: %I64u\n"), This->Size);
|
||||
}
|
||||
|
||||
_tprintf(_T("\n"));
|
||||
|
||||
Reference in New Issue
Block a user