lfos / calcurse

A text-based calendar and scheduling application
https://calcurse.org
BSD 2-Clause "Simplified" License
963 stars 95 forks source link

Assigning objects with static storage duration a zero value is redundant #446

Open tosch42 opened 1 year ago

tosch42 commented 1 year ago

Assigning objects with static storage duration a zero value is redundant since this happens implicitly. It's also inconsistent since we sometimes do it and sometimes don't.

Signed-off-by: Tom Schwindl schwindl@posteo.de