From 48c8cca578c415152e64b3c3a6e1523dbc76b4d8 Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 15 May 2014 19:11:19 +0200 Subject: - NCC will now report an error if a script tries to extract a non-existent file instead of creating an empty output file - ncc installer plugin now uses a more reliable method to force the installer window to the foreground - missing version on TESV.exe will no longer be reported as an error - bugfix: loot client didn't read list of active mods - bugfix: invalid free call in error reporting function --- src/shared/skyriminfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/skyriminfo.cpp') diff --git a/src/shared/skyriminfo.cpp b/src/shared/skyriminfo.cpp index 1620bcc3..bf7500e6 100644 --- a/src/shared/skyriminfo.cpp +++ b/src/shared/skyriminfo.cpp @@ -106,7 +106,7 @@ GameInfo::LoadOrderMechanism SkyrimInfo::getLoadOrderMechanism() const return TYPE_FILETIME; } } catch (const std::exception &e) { - reportError("TESV.exe is invalid: %s", e.what()); + log("TESV.exe is invalid: %s", e.what()); return TYPE_FILETIME; } } -- cgit v1.3.1