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

View File

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