diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-11-30 01:52:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-11-30 01:52:45 +0000 |
commit | 5c3330af3736e913c203df8bf18ee9319377bb37 (patch) | |
tree | 2b27faa7e36c83e1d43ccfbad181507994dfade5 /devtools | |
parent | a25d9a2036f3e43276353ca81586d0e4e4f6d4ec (diff) | |
download | gpsd-5c3330af3736e913c203df8bf18ee9319377bb37.tar.gz |
Make the Python decoder handle type 14 messages better.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/ais.py | 2 |
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"), ) |