mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Missed a merge conflict marker, fixed that.
This commit is contained in:
parent
89decab388
commit
1d3d2ea5eb
@ -213,15 +213,11 @@ writefile(const char* path, NC_memio* memio)
|
||||
char* p = NULL;
|
||||
|
||||
/* Open the file for writing */
|
||||
<<<<<<< HEAD
|
||||
f = NCfopen(path,"w");
|
||||
=======
|
||||
#ifdef _WIN32
|
||||
f = fopen(path,"wb");
|
||||
#else
|
||||
f = fopen(path,"w");
|
||||
#endif
|
||||
>>>>>>> 4657eef36d6d20b46b48796ea160c7776459add7
|
||||
if(f == NULL)
|
||||
{status = errno; goto done;}
|
||||
count = memio->size;
|
||||
|
Loading…
Reference in New Issue
Block a user