summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc-telemetry.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/lib/cc-telemetry.c')
-rw-r--r--ao-tools/lib/cc-telemetry.c2
1 files changed, 1 insertions, 1 deletions
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;
}