From e49355dc455fbb750504778bfd77720178842797 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 24 Jun 2015 20:59:49 -0700 Subject: Uemis downloader: create the req.txt file if it went missing Signed-off-by: Dirk Hohndel --- uemis-downloader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3-70-g09d2