forked from aniani/vim
patch 8.1.1313: warnings for using localtime() and ctime()
Problem: Warnings for using localtime() and ctime(). Solution: Use localtime_r() if available. Avoid using ctime().
This commit is contained in:
@@ -767,6 +767,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1313,
|
||||
/**/
|
||||
1312,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user