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

Fix Intel CC warnings.

parent c7df648e
Branches
Tags
No related merge requests found
......@@ -1443,7 +1443,7 @@ BOOL zmodem_send_file(zmodem_t* zm, char* fname, FILE* fp, BOOL request_init, ti
p += strlen(p) + 1;
sprintf(p,"%lu %lo %lo %d %u %lu %d"
,s.st_size
,(ulong)s.st_size
,s.st_mtime
,0 /* file mode */
,0 /* serial number */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment