From ff0a601cc300f11a3e5a31236cb9a884ad82ceec Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 16 Sep 2011 14:21:30 -0700 Subject: [PATCH] Dirk can't count to ten That's ok, Dirk. I've got your back. Signed-off-by: Linus Torvalds --- info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.c b/info.c index 66233e3..e9ecc9f 100644 --- a/info.c +++ b/info.c @@ -86,7 +86,7 @@ void show_dive_info(struct dive *dive) } text = buffer; if (!dive->number) - text += 9; /* Skip the "Dive 0 - " part */ + text += 10; /* Skip the "Dive #0 - " part */ gtk_window_set_title(GTK_WINDOW(main_window), text); /* the date goes in the frame label */ -- 2.43.0