aboutsummaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r--uemis-downloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c
index 8b29eca3e..17f7129d1 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -214,7 +214,7 @@ static bool uemis_init(const char *path)
return false;
/* let's check if this is indeed a Uemis DC */
reqtxt_path = build_filename(path, "req.txt");
- reqtxt_file = subsurface_open(reqtxt_path, O_RDONLY, 0666);
+ reqtxt_file = subsurface_open(reqtxt_path, O_RDONLY | O_CREAT, 0666);
if (reqtxt_file < 0) {
#if UEMIS_DEBUG & 1
fprintf(debugfile, ":EE req.txt can't be opened\n");