From b00b2d5f487d0f2d03d6a157c5cc619a97d9c0a6 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 14 Dec 2014 14:17:19 +0100 Subject: [PATCH] bug found --- src/ce_miniexplorer.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ce_miniexplorer.pas b/src/ce_miniexplorer.pas index c62e208e..8fbd2dd9 100644 --- a/src/ce_miniexplorer.pas +++ b/src/ce_miniexplorer.pas @@ -422,6 +422,7 @@ begin treeScanSubFolders(Tree.Selected); end; +// TODO-cbugfix: fails with "View in mini explorer", src files of the project resource.d procedure TCEMiniExplorerWidget.expandPath(const aPath: string); var i: NativeInt;