Skip to content
Snippets Groups Projects
Commit 3ed5ca14 authored by rswindell's avatar rswindell
Browse files

Fix Intel CC warning.

parent 5dad98ae
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,7 @@ BOOL xmodem_send_file(xmodem_t* xm, const char* fname, FILE* fp, time_t* start,
memset(block,0,sizeof(block));
SAFECOPY(block,getfname(fname));
i=sprintf(block+strlen(block)+1,"%lu %lo 0 0 %d %ld"
,st.st_size
,(ulong)st.st_size
,st.st_mtime
,xm->total_files-xm->sent_files
,xm->total_bytes-xm->sent_bytes);
......
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