dlowe-net / local-time

Time manipulation library for Common Lisp
Other
102 stars 43 forks source link

Fix bug calling dolist on a vector. #105

Closed Slids closed 3 years ago

Slids commented 3 years ago

In the define-timezone defmacro we call dolist over timezone-subzone. This slot is declared to be a simple-vector in the timezone slot. Instead use loop across.