http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65900b4
)
shell32/shlview: Fix a typo in null pointer test condition, should be IShellFolder2...
author
Nikolay Sivov
<nsivov@codeweavers.com>
Wed, 21 Apr 2010 21:34:35 +0000
(
01:34
+0400)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 22 Apr 2010 09:56:21 +0000
(11:56 +0200)
dlls/shell32/shlview.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/shell32/shlview.c
b/dlls/shell32/shlview.c
index c7d9ee87f7b96f634594846d06a2fff773f345aa..b3d300ae117569c123e3f91ad93f7cc45f5408b2 100644
(file)
--- a/
dlls/shell32/shlview.c
+++ b/
dlls/shell32/shlview.c
@@
-417,7
+417,7
@@
static void ShellView_InitList(IShellViewImpl *This)
for (i = 0; 1; i++)
{
- if (This->pSFParent)
+ if (This->pSF
2
Parent)
hr = IShellFolder2_GetDetailsOf(This->pSF2Parent, NULL, i, &sd);
else
hr = IShellDetails_GetDetailsOf(details, NULL, i, &sd);