summaryrefslogtreecommitdiff
path: root/driver_ais.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-18 17:40:20 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-18 17:40:20 -0400
commitf6bdf97aaf465036516a02ada69561441825d918 (patch)
tree41f580d56a7e1a2e6764c4e0ef733497101d99b7 /driver_ais.c
parent985639357569344eb951454140d937d8cb327799 (diff)
downloadgpsd-f6bdf97aaf465036516a02ada69561441825d918.tar.gz
Cirresct specification annd processing of Inland AIS Type 10 message.
Diffstat (limited to 'driver_ais.c')
-rw-r--r--driver_ais.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ais.c b/driver_ais.c
index 0a5b9845..13ba3ccd 100644
--- a/driver_ais.c
+++ b/driver_ais.c
@@ -668,7 +668,7 @@ bool ais_binary_decode(const int debug,
UCHARS(56, ais->type8.dac200fid10.vin);
ais->type8.dac200fid10.length = UBITS(104, 13);
ais->type8.dac200fid10.beam = UBITS(117, 10);
- ais->type8.dac200fid10.type = UBITS(127, 14);
+ ais->type8.dac200fid10.shiptype = UBITS(127, 14);
ais->type8.dac200fid10.hazard = UBITS(141, 3);
ais->type8.dac200fid10.draught = UBITS(144, 11);
ais->type8.dac200fid10.loaded = UBITS(155, 2);