mirror of
https://github.com/neovim/neovim.git
synced 2026-08-08 00:11:06 +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.