Index: dll/win32/browseui/explorerband.cpp =================================================================== --- dll/win32/browseui/explorerband.cpp (revision 73854) +++ dll/win32/browseui/explorerband.cpp (working copy) @@ -728,7 +728,6 @@ HTREEITEM current; HTREEITEM tmp; HTREEITEM parent; - BOOL found; NodeInfo *nodeData; LPITEMIDLIST relativeChild; TVITEM tvItem; @@ -736,10 +735,10 @@ if (!item) return FALSE; - found = FALSE; current = hRoot; parent = NULL; - while(!found) + + while() { nodeData = GetNodeInfo(current); if (!nodeData) @@ -813,7 +812,6 @@ *item = NULL; return FALSE; } - return FALSE; } BOOL CExplorerBand::NavigateToCurrentFolder()