Skip to content

Commit

Permalink
String "STAND:" changed to "STAND="
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Nov 2, 2020
1 parent 7df6877 commit b2fb76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vSMR/SMRRadar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ map<string, string> CSMRRadar::GenerateTagData(CRadarTarget rt, CFlightPlan fp,
else
gate = fp.GetControllerAssignedData().GetScratchPadString();

replaceAll(gate, "STAND:", "");
replaceAll(gate, "STAND=", "");
gate = gate.substr(0, 4);

if (gate.size() == 0 || gate == "0" || !isAcCorrelated)
Expand Down

0 comments on commit b2fb76b

Please sign in to comment.