From 6aff2a945f45d5d4a755a2977ef483dd3e8987ff Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 15 Mar 2024 19:42:17 +0100 Subject: import error handling --- src/export.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/export.cpp') diff --git a/src/export.cpp b/src/export.cpp index 4e316c4..5eeab36 100644 --- a/src/export.cpp +++ b/src/export.cpp @@ -3,6 +3,8 @@ #include "config.h" #include +export_result last_export_result = EXPORT_NONE; + #ifndef _WIN32 #include int fopen_s(FILE **f, const char *name, const char *mode) { -- cgit v1.2.3-70-g09d2