pull/446/head
Christopher Young 2016-06-21 15:27:06 -04:00
rodzic 953a211aa8
commit 19742db6b8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -189,7 +189,7 @@ func formatDLACData(p string) []string {
// Whole frame contents is DLAC encoded text.
func (f *UATFrame) decodeTextFrame() {
if len(f.FISB_data) < len(f.FISB_length) {
if len(f.FISB_data) < f.FISB_length {
return
}