summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockblox.c')
-rw-r--r--apps/plugins/rockblox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index f1ad8399fb..4e261e4547 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -877,7 +877,7 @@ static void dump_resume(void)
877{ 877{
878 int fd; 878 int fd;
879 879
880 fd = rb->open(RESUME_FILE, O_WRONLY|O_CREAT); 880 fd = rb->open(RESUME_FILE, O_WRONLY|O_CREAT, 0666);
881 if (fd < 0) 881 if (fd < 0)
882 goto fail; 882 goto fail;
883 883