From 24a34d7a97a32fd9e3beab014e6fa2b91700fab5 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 30 Mar 2021 14:20:31 +0200 Subject: [PATCH] possible crash fix --- src/TConsole.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 87a20ae..14bed1a 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -36,7 +36,6 @@ std::string GetDate() { << " "; } */ - warn(date.rdbuf()->str()); return std::string(date.str()); }