aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r--src/plugins/fs/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c
index 6d7504c1..86c117bd 100644
--- a/src/plugins/fs/search.c
+++ b/src/plugins/fs/search.c
@@ -519,7 +519,7 @@ typedef struct {
519} FSSS; 519} FSSS;
520 520
521static void * search_start_helper(void * cls) { 521static void * search_start_helper(void * cls) {
522 FSSS * fsss; 522 FSSS * fsss = cls;
523 FSUI_startSearch(ctx, 523 FSUI_startSearch(ctx,
524 fsss->anonymity, 524 fsss->anonymity,
525 fsss->max, 525 fsss->max,