1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 01:42:00 +00:00

-v suppresses current time

SCCS-file: zdump.c
SCCS-SID: 7.24
This commit is contained in:
Arthur David Olson
1996-05-02 15:23:55 -04:00
committed by Paul Eggert
parent d8eeec5629
commit 90feab74ac

View File

@ -208,9 +208,10 @@ _("%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n"),
static char buf[MAX_STRING_LENGTH];
(void) strcpy(&fakeenv[0][3], argv[i]);
show(argv[i], now, FALSE);
if (!vflag)
if (!vflag) {
show(argv[i], now, FALSE);
continue;
}
/*
** Get lowest value of t.
*/