diff --git a/varicode.cpp b/varicode.cpp index 647c504..4098bd0 100644 --- a/varicode.cpp +++ b/varicode.cpp @@ -1698,7 +1698,7 @@ QList> Varicode::buildMessageFrames( #if AUTO_PREPEND_DIRECTED_ALLOW_TEXT_CALLSIGNS auto calls = Varicode::parseCallsigns(line); - bool lineStartsWithStandardCall = !calls.isEmpty() && line.startsWith(calls.first()) && calls.first().length() > 2; + bool lineStartsWithStandardCall = !calls.isEmpty() && line.startsWith(calls.first()) && calls.first().length() > 3; #else bool lineStartsWithStandardCall = false; #endif