numerati i file a partire da 1

git-svn-id: svn://10.65.10.50/trunk@3702 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-10-03 10:07:27 +00:00
parent d214c14469
commit 203164b1a5

View File

@ -786,7 +786,7 @@ void TDDE_fax::choose_temp_name(TFilename& name) const
do
{
TString16 f; f.format("FAX%05ld.FMF", lastfax++);
TString16 f; f.format("FAX%05ld.FMF", ++lastfax);
name = path; name.add(f);
} while (fexist(name));
}