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

Resolve gcc warnings:

passing arg 2 of `zmodem_handle_zrpos' from incompatible pointer type
parent 310a8d1b
No related branches found
No related tags found
No related merge requests found
......@@ -1419,7 +1419,7 @@ int zmodem_get_zfin(zmodem_t* zm)
return type;
}
BOOL zmodem_handle_zrpos(zmodem_t* zm, ulong* pos)
BOOL zmodem_handle_zrpos(zmodem_t* zm, uint32_t* pos)
{
if(zm->rxd_header_pos <= zm->current_file_size) {
if(*pos != zm->rxd_header_pos) {
......
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