2006-05-24 [wwp] 2.2.0cvs52
[claws.git] / src / common / utils.c
index 5822aabf310ea994a98ae6fc526611fe82d6fb85..d05def554cc1964d0b172447d431918e1a48ec6e 100644 (file)
@@ -336,7 +336,7 @@ gchar *itos(gint n)
 
 gchar *to_human_readable(off_t size)
 {
-       static gchar str[10];
+       static gchar str[14];
 
        if (size < 1024)
                g_snprintf(str, sizeof(str), _("%dB"), (gint)size);