From c2644058eb3285872e1a3a306f8de9e1e4b7043e Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 18 Sep 2022 00:13:39 +0300 Subject: [PATCH] Hotfix, not dangerous, behavior is not changed --- src/ZrawConverterThread.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ZrawConverterThread.hpp b/src/ZrawConverterThread.hpp index a346386..7a58b18 100644 --- a/src/ZrawConverterThread.hpp +++ b/src/ZrawConverterThread.hpp @@ -198,6 +198,8 @@ class ZrawConverterThread std::string err; dng_writer.WriteToFile(outputRawFilePath.c_str(), &err); + + return true; } void _thread_func()