Skip to content
Snippets Groups Projects
Commit 1cc4f5a2 authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit.

parent c5cfe9fd
No related branches found
No related tags found
No related merge requests found
......@@ -742,7 +742,7 @@ static int send_files(char** fname, uint fnames)
} else
lprintf(LOG_WARNING,"File Transfer Failure");
if(xm.total_files-xm->sent_files)
if(xm.total_files-xm.sent_files)
lprintf(LOG_INFO,"Remaining - Time: %lu:%02lu Files: %u KBytes: %lu"
,((xm.total_bytes-xm.sent_bytes)/cps)/60
,((xm.total_bytes-xm.sent_bytes)/cps)%60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment