EDACS: Fix Call History For Standard Maybe;

This commit is contained in:
lwvmobile 2024-03-24 02:47:09 -04:00
parent 208f188e55
commit 0440dea1de
1 changed files with 1 additions and 1 deletions

View File

@ -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]) );