aboutsummaryrefslogtreecommitdiff
path: root/c/util.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-09-02 23:51:40 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-09-02 23:51:40 +0200
commit00447478cd1d0d64752114df49fee5ee8bdcedbe (patch)
treeca1168b19ab977c1857d3a3e341a3e80b33cc6d3 /c/util.h
parentff9ba3f6e60fa30f52dd94e48214be5e1be1b28a (diff)
downloadEpisodeBrowser-00447478cd1d0d64752114df49fee5ee8bdcedbe.tar.gz
Add Act.
Diffstat (limited to 'c/util.h')
-rw-r--r--c/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/util.h b/c/util.h
index eb2b2f8..da77ff9 100644
--- a/c/util.h
+++ b/c/util.h
@@ -15,7 +15,7 @@
std::set_terminate([]() noexcept \
{ \
ShowException( \
- L"Episode Browser was terminated due to an error: %s", \
+ L"Episode Browser was terminated due to an error while %s: %s", \
L"Fatal Error", MB_ICONERROR); \
_Exit(1); \
})