mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
what
This commit is contained in:
@@ -503,7 +503,7 @@ static void get_rds_group(RDSEncoder* enc, RDSGroup *group, uint8_t stream) {
|
|||||||
|
|
||||||
struct tm *utc;
|
struct tm *utc;
|
||||||
time_t now;
|
time_t now;
|
||||||
localtime(&now);
|
time(&now);
|
||||||
utc = gmtime(&now);
|
utc = gmtime(&now);
|
||||||
|
|
||||||
if (utc->tm_min != enc->state[enc->program].last_minute) {
|
if (utc->tm_min != enc->state[enc->program].last_minute) {
|
||||||
|
|||||||
Reference in New Issue
Block a user