summaryrefslogtreecommitdiff
path: root/src/linux
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 10:12:23 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 10:12:23 +0100
commitd671ea83612bcb683e675c041392922e66e57e58 (patch)
tree11ebb222ef8007a53ba175e0994958c2a23e42c7 /src/linux
parentb84007b0bc5fe286c96c675f5c2c210cccbc0490 (diff)
results are collapsable on per file
Diffstat (limited to 'src/linux')
-rw-r--r--src/linux/main_linux.cpp1
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);