mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Remove the set_fmode
resolve issue: https://github.com/Unidata/netcdf-c/issues/1138
This commit is contained in:
parent
7514d7feaa
commit
57e2e9cbf3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user