mirror of
https://github.com/neovim/neovim.git
synced 2026-03-26 02:20:55 +00:00
- it makes no sense for these functions to take NULL pointers - if `localtime()` on Windows returns a NULL pointer, the old code would try to dereference it.