Skip to content
Snippets Groups Projects
Commit 8605c27d authored by deuce's avatar deuce
Browse files

Fix borland warning.

Note: Dunno what line 1983 is about... Borland warns that the value
is unused, but it looks like it was there for a reason... DM?
parent 0d7a0553
No related branches found
No related tags found
No related merge requests found
......@@ -1778,7 +1778,7 @@ int zmodem_recv_files(zmodem_t* zm, const char* download_dir, ulong* bytes_recei
time_t t;
unsigned cps;
unsigned timeout;
unsigned errors=0;
unsigned errors;
if(bytes_received!=NULL)
*bytes_received=0;
......
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