diff options
Diffstat (limited to 'ao-tools/ao-sky-flash/sky_bin.c')
-rw-r--r-- | ao-tools/ao-sky-flash/sky_bin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-sky-flash/sky_bin.c b/ao-tools/ao-sky-flash/sky_bin.c index d728d0c2..2f7719ff 100644 --- a/ao-tools/ao-sky-flash/sky_bin.c +++ b/ao-tools/ao-sky-flash/sky_bin.c @@ -48,7 +48,7 @@ skytraq_send_bin(int fd, const char *filename) size = ftell(file); rewind(file); - sprintf(message, "BINSIZE = %d Checksum = %d Loopnumber = %d ", size, cksum, 1); + sprintf(message, "BINSIZE = %ld Checksum = %d Loopnumber = %d ", size, cksum, 1); ret = skytraq_cmd_wait(fd, message, strlen(message) + 1, "OK", 20000); if (ret < 0) |