mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
updated for version 7.0c
This commit is contained in:
@@ -1387,7 +1387,7 @@ u_add_time(buf, buflen, tt)
|
||||
if (time(NULL) - tt >= 100)
|
||||
{
|
||||
curtime = localtime(&tt);
|
||||
(void)strftime((char *)buf, buflen, "%T", curtime);
|
||||
(void)strftime((char *)buf, buflen, "%H:%M:%S", curtime);
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user