mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
rename: os_get_localtime => os_localtime
This commit is contained in:
@@ -262,7 +262,7 @@ static bool v_do_log_to_file(FILE *log_file, int log_level,
|
||||
|
||||
// format current timestamp in local time
|
||||
struct tm local_time;
|
||||
if (os_get_localtime(&local_time) == NULL) {
|
||||
if (os_localtime(&local_time) == NULL) {
|
||||
return false;
|
||||
}
|
||||
char date_time[20];
|
||||
|
Reference in New Issue
Block a user