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