InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.65k stars 912 forks source link

DateTimeController: Fix integer overflow on day of year #1645

Closed Riksu9000 closed 1 year ago

Riksu9000 commented 1 year ago

tm_yday is an int and is a number between 0 and 365.

github-actions[bot] commented 1 year ago
Build size and comparison to develop: Section Size Difference
text 407168B 0B
data 940B 0B
bss 53568B 0B
Riksu9000 commented 1 year ago

tm_yday is an int. We shouldn't change the type.