Skip to content
Snippets Groups Projects
Commit 6977af31 authored by deuce's avatar deuce
Browse files

Fix typo.

parent c4466553
Branches
Tags
No related merge requests found
......@@ -1833,7 +1833,7 @@ int zmodem_recv_files(zmodem_t* zm, const char* download_dir, uint32_t* bytes_re
}
if(crc!=rcrc) {
lprintf(zm,LOG_WARNING,"Remote file has different CRC value: %08lX", rcrc);
if(zm->duplicate_file) {
if(zm->duplicate_filename) {
if(zm->duplicate_filename(zm->cbdata, zm))
loop=TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment