From 0440dea1de70e5f0aaeff408770649efb1e2ba8c Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Sun, 24 Mar 2024 02:47:09 -0400 Subject: [PATCH] EDACS: Fix Call History For Standard Maybe; --- src/dsd_ncurses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsd_ncurses.c b/src/dsd_ncurses.c index 6a2c5e2..04c0117 100644 --- a/src/dsd_ncurses.c +++ b/src/dsd_ncurses.c @@ -3687,7 +3687,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state) //EDACS and ProVoice, outside of timestamp loop if (call_matrix[j][0] == 14 || call_matrix[j][0] == 15 || call_matrix[j][0] == 37 || call_matrix[j][0] == 38 ) { - if (call_matrix[j][3] != 0) + if (call_matrix[j][2] != 0) { printw ("| "); printw ("%s ", getDateC(call_matrix[j][5]) );