From 605e7a18f02bff456baf616a16aa4a5cc34a003c Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Thu, 17 Oct 2002 01:18:20 +0000 Subject: [PATCH] Correct initial display of file listing. --- programs/winefile/winefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index 1d07329a1a9..2ce94a82aca 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -2328,7 +2328,7 @@ static void set_curdir(ChildWnd* child, Entry* entry) TCHAR path[MAX_PATH]; child->left.cur = entry; - child->right.root = entry; + child->right.root = entry->down; child->right.cur = entry; if (!entry->scanned) -- 2.11.4.GIT