diff options
Diffstat (limited to 'src/timezone/zic.c')
-rw-r--r-- | src/timezone/zic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timezone/zic.c b/src/timezone/zic.c index c6a811e018b..2e389903230 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -481,7 +481,7 @@ main(int argc, char *argv[]) (void) umask(umask(S_IWGRP | S_IWOTH) | (S_IWGRP | S_IWOTH)); #endif /* !WIN32 */ progname = argv[0]; - if (TYPE_BIT(zic_t) < 64) + if (TYPE_BIT(zic_t) <64) { (void) fprintf(stderr, "%s: %s\n", progname, _("wild compilation-time specification of zic_t")); @@ -2848,6 +2848,7 @@ mkdirs(char *argname) { *cp = '\0'; #ifdef WIN32 + /* * DOS drive specifier? */ |