Merge branch 'master' into qtapp

Conflicts:
	CMakeLists.txt
	lib/air_modes_preamble.cc
This commit is contained in:
Nick Foster
2012-09-20 18:40:31 -07:00
4 changed files with 21 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ class output_print(air_modes.parse):
retstr = "Type 17 BDS6,2 (emergency) from %x type %s" % (icao24, emerg_str)
else:
retstr = "Type 17 subtype %i from %x not implemented" % (subtype, icao24)
retstr = "Type 17 with FTC=%i from %x not implemented" % (data["ftc"], icao24)
return retstr