From a9f546d3e921596def00abff63cf9f94e19d7f7d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 31 May 2017 13:10:43 +0000 Subject: Pet portlint - - Regenerate patch file with makepatch: - Update WWW --- sysutils/tty-clock/files/patch-ttyclock.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sysutils/tty-clock/files/patch-ttyclock.c') diff --git a/sysutils/tty-clock/files/patch-ttyclock.c b/sysutils/tty-clock/files/patch-ttyclock.c index 766bbbd31fce..d873187ed76e 100644 --- a/sysutils/tty-clock/files/patch-ttyclock.c +++ b/sysutils/tty-clock/files/patch-ttyclock.c @@ -1,6 +1,6 @@ ---- ttyclock.c.orig 2009-06-17 19:07:38.000000000 +0100 -+++ ttyclock.c 2012-09-16 18:16:24.000000000 +0100 -@@ -174,19 +174,19 @@ +--- ttyclock.c.orig 2009-06-17 18:07:38 UTC ++++ ttyclock.c +@@ -174,19 +174,19 @@ update_hour(void) } void @@ -27,7 +27,7 @@ } wrefresh(ttyclock->framewin); -@@ -209,11 +209,6 @@ +@@ -209,11 +209,6 @@ draw_clock(void) draw_number(ttyclock->date.minute[0], 1, 20); draw_number(ttyclock->date.minute[1], 1, 27); @@ -39,7 +39,7 @@ /* Draw second if the option is enable */ if(ttyclock->option.second) { -@@ -227,6 +222,11 @@ +@@ -227,6 +222,11 @@ draw_clock(void) draw_number(ttyclock->date.second[1], 1, 46); } @@ -50,3 +50,4 @@ + return; } + -- cgit v1.2.3