tbsalling / aismessages

AISmessages is a Java-based light-weight, zero-dependency, and ultra-efficient message decoder for maritime navigation and safety messages compliant with ITU 1371 (NMEA armoured AIS messages). A live demo of AISmessages is available on http://ais.tbsalling.dk.
https://github.com/tbsalling/aismessages/wiki
Other
156 stars 66 forks source link

Fixed no extra bits case on Aid to Nav #8

Closed yipeng closed 9 years ago

yipeng commented 9 years ago

Changed the condition so that (extraBits == extraBitsOfChars) can return true.

tbsalling commented 9 years ago

Thank you for the contribution!