Updates
This commit is contained in:
parent
d135f2fe5d
commit
4769f98125
|
@ -458,6 +458,11 @@ Begin
|
|||
If RxCommand = M_GOT Then Begin
|
||||
HaveHeader := False;
|
||||
NeedHeader := True;
|
||||
|
||||
FileList.QData[FileList.QPos].Status := QueueSuccess;
|
||||
|
||||
FileErase (FileList.QData[FileList.QPos].FilePath + FileList.QData[FileList.QPos].FileName);
|
||||
|
||||
TxState := TxNextFile;
|
||||
End;
|
||||
End;
|
||||
|
|
Loading…
Reference in New Issue