freebsd-ports/deskutils/gnotime/files/patch-src_ghtml.c
Koop Mast 3ba184e03b Revert 2.2.2 -> 2.2.1 downgrade which was included in the gnome 2.12 update.
Bump portrevision to chase glib/gtk update.
2005-11-05 12:16:51 +00:00

18 lines
420 B
C

--- 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)