diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-29 19:38:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-29 19:38:39 +0000 |
commit | 02638ba93c8448326207a647bd6f7e87699a1833 (patch) | |
tree | 32f8fed96e568f78ca602ec77fb9b0d651a5e5b4 /plugins/ShellExt | |
parent | ded569242b7cf4ba2aed1055797c55e680168897 (diff) |
sleepy dumbass...
git-svn-id: http://svn.miranda-ng.org/main/trunk@5883 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt')
-rw-r--r-- | plugins/ShellExt/src/shlcom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShellExt/src/shlcom.cpp b/plugins/ShellExt/src/shlcom.cpp index 485050add2..c2a0e0d8f1 100644 --- a/plugins/ShellExt/src/shlcom.cpp +++ b/plugins/ShellExt/src/shlcom.cpp @@ -605,7 +605,7 @@ HRESULT TShlComRec::QueryInterface(REFIID riid, void **ppvObject) }
*ppvObject = NULL;
- logA("TShlComRec[%p] failed as {%08x-%04x-%04x-%08%x08x}\n",
+ logA("TShlComRec[%p] failed as {%08x-%04x-%04x-%08x%08x}\n",
riid.Data1, riid.Data2, riid.Data3, &riid.Data4[0], &riid.Data4[4]);
return CLASS_E_CLASSNOTAVAILABLE;
}
|