summaryrefslogtreecommitdiff
path: root/src/export.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:42:17 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:42:17 +0100
commit6aff2a945f45d5d4a755a2977ef483dd3e8987ff (patch)
tree7e195acb7c4544358f20befced84be776a0a1695 /src/export.cpp
parent9dae91f1993c563cf97a87b84836dc3b6306714a (diff)
import error handling
Diffstat (limited to 'src/export.cpp')
-rw-r--r--src/export.cpp2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
+export_result last_export_result = EXPORT_NONE;
+
#ifndef _WIN32
#include <errno.h>
int fopen_s(FILE **f, const char *name, const char *mode) {