Merge pull request #1139 from Unidata/issue1138.dmh

Remove the set_fmode
This commit is contained in:
Ward Fisher 2018-09-11 14:44:41 -06:00 committed by GitHub
commit 756030d79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,11 +70,6 @@ nc_initialize()
NC_initialized = 1;
NC_finalized = 0;
#ifdef _MSC_VER
/* Force binary mode */
_set_fmode(_O_BINARY);
#endif
/* Do general initialization */
if((stat = NCDISPATCH_initialize())) goto done;