mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-22 08:16:38 +00:00
-v suppresses current time
SCCS-file: zdump.c SCCS-SID: 7.24
This commit is contained in:
committed by
Paul Eggert
parent
d8eeec5629
commit
90feab74ac
5
zdump.c
5
zdump.c
@ -208,9 +208,10 @@ _("%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n"),
|
|||||||
static char buf[MAX_STRING_LENGTH];
|
static char buf[MAX_STRING_LENGTH];
|
||||||
|
|
||||||
(void) strcpy(&fakeenv[0][3], argv[i]);
|
(void) strcpy(&fakeenv[0][3], argv[i]);
|
||||||
show(argv[i], now, FALSE);
|
if (!vflag) {
|
||||||
if (!vflag)
|
show(argv[i], now, FALSE);
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
** Get lowest value of t.
|
** Get lowest value of t.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user