1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-09 10:54:09 +00:00

-L default change

SCCS-file: zic.c
SCCS-SID: 4.10
This commit is contained in:
Arthur David Olson
1989-03-04 14:42:57 -05:00
committed by Paul Eggert
parent 479e413bcc
commit f785fe7530

4
zic.c
View File

@ -480,12 +480,10 @@ char * argv[];
usage(); /* usage message by request */
if (directory == NULL)
directory = TZDIR;
if (leapsec == NULL)
leapsec = "leapseconds";
setboundaries();
if (optind < argc) {
if (optind < argc && leapsec != NULL) {
infile(leapsec);
adjleap();
}