X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-sky-flash%2Fsky_bin.c;h=2f7719ff97fc4913013b22ebacb099f943ea28f7;hb=63a44b9c169d042fb1a3997620477e7f00bb0918;hp=04cfec35794899a9e7a800480e3aee9df0556b75;hpb=816c6b5d087694a9db9c34cc5ec7671a1487d9b9;p=fw%2Faltos diff --git a/ao-tools/ao-sky-flash/sky_bin.c b/ao-tools/ao-sky-flash/sky_bin.c index 04cfec35..2f7719ff 100644 --- a/ao-tools/ao-sky-flash/sky_bin.c +++ b/ao-tools/ao-sky-flash/sky_bin.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -47,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)