]> Dogcows Code - chaz/tint2/commitdiff
*fix* make clock buffers a bit larger (1Kb ram is not really much buffer, but users...
authorAndreas Fink <andreas.fink85@googlemail.com>
Tue, 23 Nov 2010 15:11:57 +0000 (15:11 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Tue, 23 Nov 2010 15:11:57 +0000 (15:11 +0000)
happy)

src/clock/clock.c

index 92378610414cfa3d293f7b0ea4aa6eb7091b3be7..38cfcde00a24aed84fad0479ffe90a2f2a688b2f 100644 (file)
@@ -43,9 +43,9 @@ char *clock_rclick_command;
 struct timeval time_clock;
 PangoFontDescription *time1_font_desc;
 PangoFontDescription *time2_font_desc;
-static char buf_time[40];
-static char buf_date[40];
-static char buf_tooltip[40];
+static char buf_time[256];
+static char buf_date[256];
+static char buf_tooltip[512];
 int clock_enabled;
 static timeout* clock_timeout;
 
This page took 0.01907 seconds and 4 git commands to generate.