mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
a9a62b3c41
AleVT is a X11 Teletext decoder and viewer. It reads foom /dev/vbi It supports multiple windows, page cache and some command line utils.
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
*** alevt-date.c.orig Wed Aug 18 13:33:52 1999
|
|
--- alevt-date.c Wed Aug 18 13:33:31 1999
|
|
*************** chk_time(int t)
|
|
*** 32,39 ****
|
|
--- 32,41 ----
|
|
|
|
t = t/100/100 * 60*60 + t/100%100 * 60 + t%100;
|
|
t += timezone;
|
|
+ /*
|
|
if (daylight)
|
|
t -= 60*60;
|
|
+ */
|
|
|
|
sys_t = time(0);
|
|
dt = t - sys_t % (24*60*60);
|