summaryrefslogtreecommitdiff
path: root/apps/plugins/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/search.c')
-rw-r--r--apps/plugins/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/search.c b/apps/plugins/search.c
index 4f60c82d08..ba16b8821b 100644
--- a/apps/plugins/search.c
+++ b/apps/plugins/search.c
@@ -123,7 +123,7 @@ static bool search_init(const char* file){
123 if (bomsize) 123 if (bomsize)
124 fdw = rb->open_utf8(resultfile, O_WRONLY|O_CREAT|O_TRUNC); 124 fdw = rb->open_utf8(resultfile, O_WRONLY|O_CREAT|O_TRUNC);
125 else 125 else
126 fdw = rb->open(resultfile, O_WRONLY|O_CREAT|O_TRUNC); 126 fdw = rb->open(resultfile, O_WRONLY|O_CREAT|O_TRUNC, 0666);
127 127
128 if (fdw < 0) { 128 if (fdw < 0) {
129#ifdef HAVE_LCD_BITMAP 129#ifdef HAVE_LCD_BITMAP