mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-19 17:30:27 +08:00
Corrected an error on my part.
This commit is contained in:
parent
0d221a4e20
commit
405bcacdc9
@ -114,10 +114,10 @@ extern void xxdrntohdouble(char*,double*);
|
||||
typedef struct XXDR XXDR; /* forward */
|
||||
|
||||
/* Assume |off_t| == |void*| */
|
||||
typedef struct XXDR {
|
||||
struct XXDR {
|
||||
char* data;
|
||||
off_t pos; /* relative to data;
|
||||
may be a cache of underlying stream pos */
|
||||
may be a cache of underlying stream pos */
|
||||
int valid; /* 1=>underlying stream pos == pos */
|
||||
off_t base; /* beginning of data in case bod != 0*/
|
||||
off_t length; /* total size of available data (relative to base)*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user