From d671ea83612bcb683e675c041392922e66e57e58 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Mar 2024 10:12:23 +0100 Subject: results are collapsable on per file --- src/windows/main_windows.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/windows') diff --git a/src/windows/main_windows.cpp b/src/windows/main_windows.cpp index c6db7a5..af64fc6 100644 --- a/src/windows/main_windows.cpp +++ b/src/windows/main_windows.cpp @@ -399,6 +399,7 @@ void ts_platform_list_files_block(ts_search_result* result, wchar_t* start_dir) f->path = (utf8_int8_t*)ts_memory_bucket_reserve(&result->memory, MAX_INPUT_LENGTH); f->match_count = 0; f->error = 0; + f->collapsed = false; WideCharToMultiByte(CP_UTF8,0,complete_file_path,-1,(LPSTR)f->path,MAX_INPUT_LENGTH, NULL, NULL); ts_mutex_lock(&result->files.mutex); -- cgit v1.2.3-70-g09d2