Fixed display of APRS frames where a space after the colon causes concern
This commit is contained in:
parent
c42c3b7ad1
commit
3b2242e258
@ -197,6 +197,8 @@ bool DecodedText::tryUnpackDirected(){
|
||||
message_ = QString(parts.join(""));
|
||||
}
|
||||
|
||||
message_ = message_.replace("APRS: ", "APRS:");
|
||||
|
||||
directed_ = parts;
|
||||
frameType_ = type;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user