summaryrefslogtreecommitdiff
path: root/deskutils/gnotime/files/patch-src_ghtml.c
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnotime/files/patch-src_ghtml.c')
-rw-r--r--deskutils/gnotime/files/patch-src_ghtml.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/deskutils/gnotime/files/patch-src_ghtml.c b/deskutils/gnotime/files/patch-src_ghtml.c
index 8776c9b9d8b1..e69de29bb2d1 100644
--- a/deskutils/gnotime/files/patch-src_ghtml.c
+++ b/deskutils/gnotime/files/patch-src_ghtml.c
@@ -1,18 +0,0 @@
---- src/ghtml.c.orig Fri Oct 21 06:52:04 2005
-+++ src/ghtml.c Fri Oct 21 06:53:15 2005
-@@ -1191,6 +1191,7 @@
- get_ivl_start_stop_common_str_scm (GttGhtml *ghtml, GttInterval *ivl,
- time_t starp, gboolean prt_date)
- {
-+ GString *str;
- char buff[100];
-
- if (prt_date) {
-@@ -1199,7 +1200,6 @@
- qof_print_time_buff (buff, 100, starp);
- }
-
-- GString *str;
- str = g_string_new (NULL);
-
- if (ghtml->show_links)