[ros-dev] [ros-diffs] [dchapyshev] 53519: - Fix multiple typos and bugs, found by PVS-Studio
Timo Kreuzer
timo.kreuzer at web.de
Sat Sep 3 18:07:10 UTC 2011
Am 03.09.2011 13:14, schrieb Alex Ionescu:
> --- trunk/reactos/dll/win32/browseui/bandsite.cpp [iso-8859-1] (original)
> +++ trunk/reactos/dll/win32/browseui/bandsite.cpp [iso-8859-1] Thu Sep
> 1 15:30:19 2011
> @@ -719,7 +719,7 @@
> if (fRebarWindow == NULL)
> return E_FAIL;
>
> - if (IsEqualIID(pguidCmdGroup, IID_IDeskBand))
> + if (IsEqualIID(*pguidCmdGroup, IID_IDeskBand))
> {
> switch (nCmdID)
> {
This looks wrong, IsEqualIID accepts GUID*, not GUID
Timo
More information about the Ros-dev
mailing list