summaryrefslogtreecommitdiff
path: root/bootloader/gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat-s.c')
-rw-r--r--bootloader/gigabeat-s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c
index 8258e276c3..9e6edbbcbb 100644
--- a/bootloader/gigabeat-s.c
+++ b/bootloader/gigabeat-s.c
@@ -196,7 +196,7 @@ static void untar(int tar_fd)
196 { 196 {
197 int wc; 197 int wc;
198 198
199 fd = creat(path); 199 fd = creat(path, 0666);
200 if (fd < 0) 200 if (fd < 0)
201 { 201 {
202 printf("failed to create file (%d)", fd); 202 printf("failed to create file (%d)", fd);