diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:59:49 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:59:49 +0000 |
commit | 476b3f623d0f113d59ba3ae986007206477b40ef (patch) | |
tree | ec274a5cf3b6396f7bdaaee95024bbc4e99a43f2 /graphics/gtksee/files/patch-ab | |
parent | o Update to 1.0.0 [1]. (diff) |
Update to 0.5.2 [1].
Drop MAINTAINERship.
PR: ports/53493 [1]
Submitted by: Ports Fury [1]
Approved by: maintainer timeout (a long time)
Notes
Notes:
svn path=/head/; revision=84706
Diffstat (limited to 'graphics/gtksee/files/patch-ab')
-rw-r--r-- | graphics/gtksee/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gtksee/files/patch-ab b/graphics/gtksee/files/patch-ab deleted file mode 100644 index 2918ea5b22f9..000000000000 --- a/graphics/gtksee/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- src/gtksee.c.orig Sat Sep 25 01:27:40 1999 -+++ src/gtksee.c Sun May 6 13:25:31 2001 -@@ -322,13 +322,13 @@ - } - if (hour == 0) - { -- sprintf(buffer, "%s, %02i/%02i/%02i 12:%02i AM", -- text, time->tm_year, time->tm_mon+1, time->tm_mday, -+ sprintf(buffer, "%s, %04i/%02i/%02i 12:%02i AM", -+ text, time->tm_year + 1900, time->tm_mon+1, time->tm_mday, - time->tm_min); - } else - { -- sprintf(buffer, "%s, %02i/%02i/%02i %02i:%02i %s", -- text, time->tm_year, time->tm_mon+1, time->tm_mday, -+ sprintf(buffer, "%s, %04i/%02i/%02i %02i:%02i %s", -+ text, time->tm_year + 1900, time->tm_mon+1, time->tm_mday, - hour, time->tm_min, (time->tm_hour<12)?"AM":"PM"); - } - g_free(text); |