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