mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Irrelevant fix in cLog.
This commit is contained in:
@@ -28,7 +28,7 @@ cLog::cLog() :
|
||||
}
|
||||
|
||||
cLog::~cLog() {
|
||||
Write( "\nUnloaded on " + Sys::GetDateTimeStr(), false );
|
||||
Write( "\nUnloaded on " + Sys::GetDateTimeStr() );
|
||||
Write( "...::: Entropia Engine++ Unloaded :::...\n" );
|
||||
|
||||
if ( mSave && !mLiveWrite ) {
|
||||
|
||||
Reference in New Issue
Block a user