EDACS: Fix copy/paste error (#230)

I went through by hand and I'm confident this is the last of the `get_lcn_status_string()` errors.
This commit is contained in:
ilyacodes 2024-03-23 17:35:45 -04:00 committed by GitHub
parent 4bc73d8c68
commit 36f76a7e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ void edacs(dsd_opts * opts, dsd_state * state)
int site_id = (fr_1t & 0x1F000) >> 12;
fprintf (stderr, "%s", KYEL);
fprintf (stderr, " Standard/Networked :: Site ID [%02X][%03d] Priority [%1d] CC LCN [%02d]%s", site_id, site_id, priority, cc_lcn, get_lcn_status_string(lcn));
fprintf (stderr, " Standard/Networked :: Site ID [%02X][%03d] Priority [%1d] CC LCN [%02d]%s", site_id, site_id, priority, cc_lcn, get_lcn_status_string(cc_lcn));
if (is_failsoft == 1)
{
fprintf (stderr, "%s", KRED);