mirror of https://github.com/ecmwf/eccodes.git
BUFR: unit string max len reduced
This commit is contained in:
parent
61dd6c4d9a
commit
96efdfcbb6
|
@ -611,7 +611,7 @@ struct bufr_descriptor
|
|||
int type;
|
||||
/*char* name; Not needed: All usage commented out. See ECC-489 */
|
||||
char shortName[128];
|
||||
char units[128];
|
||||
char units[64];
|
||||
long scale;
|
||||
double factor;
|
||||
long reference;
|
||||
|
|
Loading…
Reference in New Issue