Skip to content

Commit 48ed1fe

Browse files
author
TheBestPessimist
committed
more todo
1 parent 569046b commit 48ed1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public static async IAsyncEnumerable<SearchResult> SearchAsync(EverythingSearchO
146146

147147
var result = new SearchResult
148148
{
149-
// todo the types are wrong. Everything expects uint everywhere, but we send int just above. pls fix
149+
// todo the types are wrong. Everything expects uint everywhere, but we send int just above/below. how to fix? Is EverythingApiDllImport autogenerated or handmade?
150150
FullPath = buffer.ToString(),
151151
Type = EverythingApiDllImport.Everything_IsFolderResult(idx) ? ResultType.Folder :
152152
EverythingApiDllImport.Everything_IsFileResult(idx) ? ResultType.File :

0 commit comments

Comments
 (0)