pull/446/head
Christopher Young 2016-06-21 15:31:03 -04:00
rodzic 19742db6b8
commit 6dd64321dd
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) < f.FISB_length {
if len(f.FISB_data) < int(f.FISB_length) {
return
}