summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.c b/print.c
index 06da43b1c..7ddb5b9b2 100644
--- a/print.c
+++ b/print.c
@@ -62,7 +62,7 @@ static void show_dive_header(struct dive *dive, cairo_t *cr, double w,
int len, decimals, width, height, maxwidth, maxheight;
PangoLayout *layout;
struct tm tm;
- char buffer[80], divenr[20], *people;
+ char buffer[160], divenr[20], *people;
maxwidth = w * PANGO_SCALE;
maxheight = h * PANGO_SCALE * 0.9;