Add SQL Hit on EDACS if Colors Disabled;

This commit is contained in:
lwvmobile 2024-03-22 06:26:10 -04:00
parent 59fe47ef05
commit 076b9fbf04
1 changed files with 6 additions and 0 deletions

View File

@ -314,6 +314,12 @@ void edacs_analog(dsd_opts * opts, dsd_state * state, int afs, unsigned char lcn
fprintf (stderr, "%s", KNRM);
#ifdef PRETTY_COLORS
{} //do nothing
#else
fprintf (stderr, "SQL HIT: %d; ", 5-cnt); //add cnt since user can't see red or green
#endif
if (count > 0) fprintf (stderr, "\n");
}