Skip to content

Commit

Permalink
Enlarge longopts translation entry buffer sizes. (#8175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavis authored Dec 12, 2023
1 parent 3e22029 commit ba6ed45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gmt_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ struct GMT_KEYWORD_DICTIONARY { /* Used for keyword-value lookup */
char separator; /* Single character separating 2 or more identical specifications [0 for no repeat] */
char short_option; /* Single character GMT option code */
char long_option[GMT_LEN256-1]; /* Name of corresponding long option */
char short_directives[GMT_LEN32]; /* Single character directives, comma-separated */
char short_directives[GMT_LEN64]; /* Single character directives, comma-separated */
char long_directives[GMT_LEN256]; /* Long name directives, comma-separated */
char short_modifiers[GMT_LEN32]; /* Single character modifiers, comma-separated */
char short_modifiers[GMT_LEN64]; /* Single character modifiers, comma-separated */
char long_modifiers[GMT_LEN256]; /* Long name modifiers, comma-separated */
unsigned int transproc_mask; /* Translation processing mask indicating special
behavior, e.g., multi-directive, etc., support */
Expand Down

0 comments on commit ba6ed45

Please sign in to comment.