Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
Modifica fatta con guy, è stato tolto un controllo visibile solo in debug sulla chiusura dei file in uso esclusivo


git-svn-id: svn://10.65.10.50/trunk@18194 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2009-02-03 15:50:00 +00:00
parent c5395a7835
commit 5d03ea408a

View File

@ -396,9 +396,6 @@ int TFile_info::close_low()
}
else
{
#ifdef DBG
error_box("You shouldn't reclose file %s", (const char*)_name);
#endif
err = _isnotopen;
}
return err;