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

Pizzini long mod

SCCS-file: date.c
SCCS-SID: 7.44
This commit is contained in:
Arthur David Olson
2006-02-16 11:05:14 -05:00
committed by Paul Eggert
parent bafe80dccf
commit 5bc67b96f1

2
date.c
View File

@ -254,7 +254,7 @@ _("date: error: multiple values in command line\n"));
struct timeval tv;
tv.tv_sec = (int) adjust;
tv.tv_usec = (int) ((adjust - tv.tv_sec) * 1000000);
tv.tv_usec = (int) ((adjust - tv.tv_sec) * 1000000L);
if (adjtime(&tv, (struct timeval *) NULL) != 0)
oops("adjtime");
#endif /* HAVE_ADJTIME */