blob: 8776c9b9d8b11cd9207f1a444afd18dd875dee7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- 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)
|