aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Smith <tadsmith@hotmail.com>2022-11-22 16:37:45 -0600
committerTad Smith <tadsmith@hotmail.com>2022-11-22 16:37:45 -0600
commit88b4289d0713d796411eeb1ccdb9e5f0d96600a2 (patch)
tree3c7df6b85f16b24ad3aa52b40ee1591b2fce709e
parentf40d3b164a317f4f10b6749375809a0763095e2b (diff)
Syntax fix.
-rwxr-xr-xtrunk-recorder/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk-recorder/main.cc b/trunk-recorder/main.cc
index 373efbcb..955c80f7 100755
--- a/trunk-recorder/main.cc
+++ b/trunk-recorder/main.cc
@@ -1032,7 +1032,7 @@ void handle_call_grant(TrunkMessage message, System *sys) {
if (call_talkgroup) {
call_prefferedNAC = message_talkgroup->get_preferredNAC();
}
- if ((call_prefferedNAC != call->get_sys_num()) && (message_prefferedNAC == sys->get_sys_num()))) {
+ if ((call_prefferedNAC != call->get_sys_num()) && (message_prefferedNAC == sys->get_sys_num())) {
superseding_grant = true;
}