mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Add missing updates from bigend.tmp
This commit is contained in:
parent
3a14251dd9
commit
8d59f4ebb8
@ -102,6 +102,9 @@ ocopen(OCstate** statep, const char* url)
|
||||
NCURI* tmpurl = NULL;
|
||||
CURL* curl = NULL; /* curl handle*/
|
||||
|
||||
if(!ocinitialized)
|
||||
ocinternalinitialize();
|
||||
|
||||
if(ncuriparse(url,&tmpurl) != NCU_OK) {
|
||||
OCTHROWCHK(stat=OC_EBADURL);
|
||||
goto fail;
|
||||
|
Loading…
x
Reference in New Issue
Block a user