Merge branch 'master' into ejh_hdf5_sep_next

This commit is contained in:
Ed Hartnett 2018-09-11 15:42:47 -06:00 committed by GitHub
commit 72a2214bef
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;