[tz] [PROPOSED PATCH 4/4] zdump: Don't silently truncate too-long abbreviations.

Paul Eggert eggert at cs.ucla.edu
Sat Aug 23 21:38:20 UTC 2014


Paul Eggert wrote:

> +static char *abbrev;
> +static size_t abbrevsize;
> +static char *loab;
> +static size_t loabsize;

As each of these variables is used in just one function, it's slightly 
cleaner to move the variable from the top level to its function's body.


More information about the tz mailing list