Merge branch 'fsync-object-files-always'

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2018-10-12 00:26:27 +02:00
Родитель 418d76eb67 c8d95e643e
Коммит 1cc8c4fe55
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2982,6 +2982,7 @@ int wmain(int argc, const wchar_t **wargv)
#endif
maybe_redirect_std_handles();
fsync_object_files = 1;
/* determine size of argv and environ conversion buffer */
maxlen = wcslen(wargv[0]);