mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +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.