Skip to content

Commit

Permalink
BUFR: unit string max len reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Dec 9, 2024
1 parent 61dd6c4 commit 96efdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grib_api_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 96efdfc

Please sign in to comment.