Corretto errore di cancellazione fiel temporanei.

git-svn-id: svn://10.65.10.50/trunk@3917 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-11-21 08:01:39 +00:00
parent 6a152df466
commit 15b5d98556

View File

@ -125,7 +125,7 @@ void TConfig::_write_file()
message_box("Il file %s e' gia' in uso", (const char*)_file);
}
fcopy(temp, _file); // Copia dalla tempdir al nuovo .ini
remove(temp); // Cancella file temporaneo
::remove(temp); // Cancella file temporaneo
}
void TConfig::set_paragraph(const char* section)