diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:50:58 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:51:04 +0100 |
| commit | eb9e314611b33c67add6bb2725efd5b3f27f775a (patch) | |
| tree | a59a23c3c43ebba97d6b308b3ac4904c80c1d516 /libsbus.c | |
| parent | Update e-mail (diff) | |
| download | sbus-eb9e314611b33c67add6bb2725efd5b3f27f775a.tar.gz sbus-eb9e314611b33c67add6bb2725efd5b3f27f775a.tar.bz2 sbus-eb9e314611b33c67add6bb2725efd5b3f27f775a.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libsbus.c')
| -rw-r--r-- | libsbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ libsbus_receive(int fd, int flags, char *buf, union libsbus_packet *packet) if (!p++) goto unknown; packet->type = LIBSBUS_CONTROL_MESSAGE; - packet->message.key = &buf[4]; + packet->message.key = &buf[5]; packet->message.msg = p; packet->message.n = (size_t)(r - (p - buf)); } else { |
