(CTR) Buildfix/ fix typo
This commit is contained in:
parent
29caa95f7e
commit
205b9f862f
|
@ -339,7 +339,7 @@ static bool ctr_update_state_date_from_file(void *data)
|
||||||
|
|
||||||
error:
|
error:
|
||||||
ctr->state_data_exist = false;
|
ctr->state_data_exist = false;
|
||||||
strlcpy(ctr->state_data, "00/00/0000", sizeof(ctr->state_date));
|
strlcpy(ctr->state_date, "00/00/0000", sizeof(ctr->state_date));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue