elementary / calendar

Desktop calendar app designed for elementary OS
https://elementary.io
GNU General Public License v3.0
130 stars 39 forks source link

Add check for termination of by_day_array #760

Closed mcclurgm closed 2 years ago

mcclurgm commented 2 years ago

Fixes #759

Description of the reasoning there. The array has a special terminator value, which I added a check for. If it's encountered, stop looping over the array, since further entries are no longer valid.