diff options
Diffstat (limited to 'api/logic/FileSystem.cpp')
-rw-r--r-- | api/logic/FileSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/FileSystem.cpp b/api/logic/FileSystem.cpp index 4b47f415..aef35375 100644 --- a/api/logic/FileSystem.cpp +++ b/api/logic/FileSystem.cpp @@ -356,7 +356,7 @@ HRESULT CreateLink(LPCSTR linkPath, LPCSTR targetPath, LPCSTR args) if (!SUCCEEDED(hres)) { - qWarning("Failed to initialize COM. Error 0x%08X", hres); + qWarning("Failed to initialize COM. Error 0x%08lX", hres); return hres; } } |