Version Update; Compiler Warning Fix;

This commit is contained in:
lwvmobile 2023-10-09 17:48:30 -04:00
parent a6a300e7c5
commit 86e0a3ad77
3 changed files with 4 additions and 4 deletions

View File

@ -1548,7 +1548,7 @@ main (int argc, char **argv)
}
#ifdef AERO_BUILD
fprintf (stderr, "Build Version: AW (20230915) \n");
fprintf (stderr, "Build Version: AW (20231015) \n");
#else
fprintf (stderr, "Build Version: AW %s \n", GIT_TAG);
#endif

View File

@ -2250,7 +2250,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
if (opts->ncurses_compact == 1)
{
printw ("------------------------------------------------------------------------------\n");
printw ("| Digital Speech Decoder: Florida Man Edition - Aero %s \n", "AW (20230915)");
printw ("| Digital Speech Decoder: Florida Man Edition - Aero %s \n", "AW (20231015)");
printw ("------------------------------------------------------------------------------\n");
}
#elif LIMAZULUTWEAKS
@ -2289,7 +2289,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
#endif
#ifdef AERO_BUILD
if (i == 5) printw (" %s ", "Aero Build");
if (i == 6) printw (" AW (20230915) \n");
if (i == 6) printw (" AW (20231015) \n");
#elif ZDEV_BUILD
if (i == 5) printw (" %s ", "AW ");
if (i == 6) printw (" %s \n", GIT_TAG);

View File

@ -513,7 +513,7 @@ processLDU2 (dsd_opts * opts, dsd_state * state)
fprintf (stderr, "%s", KNRM);
}
fprintf (stderr, "\n", KNRM);
fprintf (stderr, "\n");
//TEST: Store LSD into array if 0x02 0x08 (opcode and len?)
int k = 0;