summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-30 01:52:45 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-30 01:52:45 +0000
commit5c3330af3736e913c203df8bf18ee9319377bb37 (patch)
tree2b27faa7e36c83e1d43ccfbad181507994dfade5 /devtools
parenta25d9a2036f3e43276353ca81586d0e4e4f6d4ec (diff)
downloadgpsd-5c3330af3736e913c203df8bf18ee9319377bb37.tar.gz
Make the Python decoder handle type 14 messages better.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/ais.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/ais.py b/devtools/ais.py
index 0f67beac..1db4ab14 100755
--- a/devtools/ais.py
+++ b/devtools/ais.py
@@ -377,7 +377,7 @@ type12 = (
)
type14 = (
- spare(1),
+ spare(2),
bitfield("text", 968, 'string', None, "Text"),
)