X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao-tools%2Flib%2Fcc-telemetry.c;h=99da2680c1cdca4fe3be0a9143a7e4f1781b7a67;hb=69feb1e3d94a028d04529edb015654bafd06353b;hp=2cdb9cac82be6444aeccf269c6e10242d3a635a8;hpb=8b08095b3d41e21684a10bddfb54431019da5af6;p=fw%2Faltos diff --git a/ao-tools/lib/cc-telemetry.c b/ao-tools/lib/cc-telemetry.c index 2cdb9cac..99da2680 100644 --- a/ao-tools/lib/cc-telemetry.c +++ b/ao-tools/lib/cc-telemetry.c @@ -57,6 +57,6 @@ cc_telemetry_parse(const char *input_line, union ao_telemetry_all *telemetry) } if (hex[0] != 34) return FALSE; - memcpy(telemetry, hex+1, 32); + memcpy(telemetry, hex+1, 34); return TRUE; }