BUFR: unit string max len reduced

This commit is contained in:
shahramn 2024-12-09 12:59:41 +00:00
parent 61dd6c4d9a
commit 96efdfcbb6
1 changed files with 1 additions and 1 deletions

View File

@ -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;