diff options
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c index 4fa817d0a..1912f0f1d 100644 --- a/divelist.c +++ b/divelist.c @@ -361,7 +361,7 @@ static void duration_data_func(GtkTreeViewColumn *col, { unsigned int sec; int idx; - char buffer[16]; + char buffer[40]; gtk_tree_model_get(model, iter, DIVE_INDEX, &idx, DIVE_DURATION, &sec, -1); if (idx < 0) |