pull/93/head
Guenael 2021-12-15 22:11:40 -05:00
rodzic e1b490ceb6
commit 95296ef71c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -249,7 +249,7 @@ static void *decoder(void *arg) {
if (rx_state.exit_flag)
break; /* Abort case, final sig */
/* Get the date at the begining of the decoding process */
/* Get the date at the beginning of the decoding process */
time_t rawtime;
time ( &rawtime );
struct tm *gtm = gmtime(&rawtime);