kopia lustrzana https://github.com/cyoung/stratux
Typo.
rodzic
953a211aa8
commit
19742db6b8
|
@ -189,7 +189,7 @@ func formatDLACData(p string) []string {
|
||||||
|
|
||||||
// Whole frame contents is DLAC encoded text.
|
// Whole frame contents is DLAC encoded text.
|
||||||
func (f *UATFrame) decodeTextFrame() {
|
func (f *UATFrame) decodeTextFrame() {
|
||||||
if len(f.FISB_data) < len(f.FISB_length) {
|
if len(f.FISB_data) < f.FISB_length {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue