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

getopt call corrected

SCCS-file: date.c
SCCS-SID: 7.2
This commit is contained in:
Arthur David Olson
1989-08-21 19:33:17 -04:00
committed by Paul Eggert
parent 20658fb198
commit 6ae3a49a68

2
date.c
View File

@ -101,7 +101,7 @@ char * argv[];
(void) time(&now);
format = value = NULL;
while ((ch = getopt(argc, argv, "und:t:a:")) != EOF) {
while ((ch = getopt(argc, argv, "ucnd:t:a:")) != EOF) {
switch (ch) {
default:
usage();