diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 10:12:23 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 10:12:23 +0100 |
| commit | d671ea83612bcb683e675c041392922e66e57e58 (patch) | |
| tree | 11ebb222ef8007a53ba175e0994958c2a23e42c7 /src/linux/main_linux.cpp | |
| parent | b84007b0bc5fe286c96c675f5c2c210cccbc0490 (diff) | |
results are collapsable on per file
Diffstat (limited to 'src/linux/main_linux.cpp')
| -rw-r--r-- | src/linux/main_linux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/main_linux.cpp b/src/linux/main_linux.cpp index a4e30d3..c66f69b 100644 --- a/src/linux/main_linux.cpp +++ b/src/linux/main_linux.cpp @@ -269,6 +269,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; strcpy(f->path, complete_file_path); ts_mutex_lock(&result->files.mutex); |
