mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
@@ -470,7 +470,7 @@ void put_time(FILE *fd, time_t time_)
|
|||||||
{
|
{
|
||||||
uint8_t buf[8];
|
uint8_t buf[8];
|
||||||
time_to_bytes(time_, buf);
|
time_to_bytes(time_, buf);
|
||||||
fwrite(buf, sizeof(uint8_t), ARRAY_SIZE(buf), fd);
|
(void)fwrite(buf, sizeof(uint8_t), ARRAY_SIZE(buf), fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Writes time_t to "buf[8]".
|
/// Writes time_t to "buf[8]".
|
||||||
|
@@ -347,7 +347,7 @@ static int included_patches[] = {
|
|||||||
// 652 NA
|
// 652 NA
|
||||||
651,
|
651,
|
||||||
// 650 NA
|
// 650 NA
|
||||||
// 649,
|
649,
|
||||||
// 648 NA
|
// 648 NA
|
||||||
// 647 NA
|
// 647 NA
|
||||||
646,
|
646,
|
||||||
|
Reference in New Issue
Block a user