Version Update; Compiler Warning Fix;
This commit is contained in:
parent
a6a300e7c5
commit
86e0a3ad77
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue