You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ public static async IAsyncEnumerable<SearchResult> SearchAsync(EverythingSearchO
146
146
147
147
varresult=newSearchResult
148
148
{
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?
0 commit comments