diff --git a/lib/mu-store.cc b/lib/mu-store.cc index f6b876e6..d9141e91 100644 --- a/lib/mu-store.cc +++ b/lib/mu-store.cc @@ -1408,7 +1408,7 @@ mu_store_print_info (const MuStore *store, gboolean nocolor) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wformat-y2k" - char tbuf[32]; + char tbuf[64]; strftime (tbuf, sizeof(tbuf), "%c", tstamp); #pragma GCC diagnostic pop