1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 20:44:51 +00:00

zap space-tab sequences

SCCS-file: zic.c
SCCS-SID: 7.49
This commit is contained in:
Arthur David Olson
1995-01-06 18:31:58 -05:00
committed by Paul Eggert
parent fdb2c65bb1
commit 897a820f5e

4
zic.c
View File

@ -383,7 +383,7 @@ const char * const string;
{
/*
** Match the format of "cc" to allow sh users to
** zic ... 2>&1 | error -t "*" -v
** zic ... 2>&1 | error -t "*" -v
** on BSD systems.
*/
(void) fprintf(stderr, "\"%s\", line %d: %s",
@ -773,7 +773,7 @@ const char * name;
/*
** Convert a string of one of the forms
** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
** into a number of seconds.
** A null string maps to zero.
** Call error with errstring and return zero on errors.