From 00447478cd1d0d64752114df49fee5ee8bdcedbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 2 Sep 2022 23:51:40 +0200 Subject: Add Act. --- c/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/util.h') 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); \ }) -- cgit v1.2.3