Skip to content
Snippets Groups Projects
Commit 20364756 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Fix GitLab issue #378: Misc warnings on RasPi

parent 98ff4000
No related branches found
No related tags found
Loading
Pipeline #
......@@ -91,7 +91,7 @@ clocktime(
*/
if (year > 1970) {
*yearstart = year_to_ntp(year);
*ts_ui = (int32_t)*yearstart + tmp;
*ts_ui = *yearstart + tmp;
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment