lfos / calcurse

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

Fix segfault when importing iCal files #454

Closed maribu closed 1 year ago

maribu commented 1 year ago

Previously, events / appointments without a description resulted in a segfault. This provides a trivial fix by adding an <emtpy> as description in this case.

lfos commented 1 year ago

Merged with minor changes; thank you!