possible crash fix

This commit is contained in:
Lion Kortlepel 2021-03-30 14:20:31 +02:00
parent 1c98921127
commit 24a34d7a97

View File

@ -36,7 +36,6 @@ std::string GetDate() {
<< " "; << " ";
} }
*/ */
warn(date.rdbuf()->str());
return std::string(date.str()); return std::string(date.str());
} }