fix for Bug #159

svn path=/trunk/; revision=7742
This commit is contained in:
Martin Fuchs 2004-01-18 18:44:31 +00:00
parent 2a335ec879
commit 5ac9d99859

View file

@ -59,7 +59,7 @@ FileChildWndInfo::FileChildWndInfo(LPCTSTR path)
ShellChildWndInfo::ShellChildWndInfo(LPCTSTR path, const ShellPath& root_shell_path)
: FileChildWndInfo(path),
_shell_path(path? path: root_shell_path),
_shell_path(path&&*path? path: root_shell_path),
_root_shell_path(root_shell_path)
{
_etype = ET_SHELL;