Skip to content
Snippets Groups Projects
Commit 7d0df0ad authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Revert last change... YModem is supposed to send a termination block.

parent 95d12fc6
No related branches found
No related tags found
No related merge requests found
......@@ -1838,8 +1838,7 @@ void xmodem_download(struct bbslist *bbs, long mode, char *path)
break;
if((cps=(unsigned)(file_bytes/t))==0)
cps=1;
if (--total_files <= 0)
break;
total_files--;
total_bytes-=file_bytes;
if(total_files>1 && total_bytes)
lprintf(LOG_INFO,"Remaining - Time: %lu:%02lu Files: %u KBytes: %"PRId64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment