Skip to content

Commit

Permalink
Update main.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Apr 8, 2022
1 parent 80b32dc commit b2786c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ void unit_location(System *sys, long source_id, long talkgroup_num) {
plugman_unit_location(sys, source_id, talkgroup_num);
}

void handle_call(TrunkMessage message, System *sys) {
void handle_call_grant(TrunkMessage message, System *sys) {
bool call_found = false;
bool call_retune = false;
bool recording_started = false;
Expand Down

0 comments on commit b2786c9

Please sign in to comment.