mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
fixed missing declaration
This commit is contained in:
parent
7b1b06b5ca
commit
1a6228f17f
@ -45,6 +45,7 @@ herr_t alien_visitor(hid_t did, unsigned dim, hid_t dsid,
|
||||
objid->fileno = statbuf.fileno;
|
||||
objid->token = statbuf.token;
|
||||
#else
|
||||
H5G_stat_t statbuf;
|
||||
if (H5Gget_objinfo(dsid, ".", 1, &statbuf) < 0) ERR;
|
||||
objid->fileno[0] = statbuf.fileno[0];
|
||||
objid->objno[0] = statbuf.objno[0];
|
||||
|
Loading…
Reference in New Issue
Block a user