From 48ed1fec1585ef61ce424d2a6fbb32f7355f972d Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Tue, 14 Mar 2023 09:21:11 +0200 Subject: [PATCH] more todo --- .../Search/Everything/EverythingAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs index 32fbaee61..e618b5c36 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs @@ -146,7 +146,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything var result = new SearchResult { - // todo the types are wrong. Everything expects uint everywhere, but we send int just above. pls fix + // todo the types are wrong. Everything expects uint everywhere, but we send int just above/below. how to fix? Is EverythingApiDllImport autogenerated or handmade? FullPath = buffer.ToString(), Type = EverythingApiDllImport.Everything_IsFolderResult(idx) ? ResultType.Folder : EverythingApiDllImport.Everything_IsFileResult(idx) ? ResultType.File :