From 83a5778f62dcea4ab98c795c9a15cef4a7a82b17 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 21 Jun 2015 22:16:23 -0700 Subject: Uemis downloader: open returns -1 on error 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 d14e6e7c6..95cebe492 100644 --- a/uemis-downloader.c +++ b/uemis-downloader.c @@ -213,7 +213,7 @@ static bool uemis_init(const char *path) /* 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); - if (!reqtxt_file) { + if (reqtxt_file < 0) { #if UEMIS_DEBUG & 1 fprintf(debugfile, ":EE req.txt can't be opened\n"); #endif -- cgit v1.2.3-70-g09d2