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:
parent
d214c14469
commit
203164b1a5
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user