From 2b5579c9bdbbca29e7b2df1ee9a9e5d1cce2b06f Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 17 Jun 2013 10:00:48 +0000 Subject: Update dialog to 1.2-20130523 --- tailbox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tailbox.c') diff --git a/tailbox.c b/tailbox.c index 0324009..bbb14c0 100644 --- a/tailbox.c +++ b/tailbox.c @@ -1,9 +1,9 @@ /* - * $Id: tailbox.c,v 1.67 2011/10/15 12:43:07 tom Exp $ + * $Id: tailbox.c,v 1.68 2012/11/18 15:48:52 tom Exp $ * * tailbox.c -- implements the tail box * - * Copyright 2000-2010,2011 Thomas E. Dickey + * Copyright 2000-2011,2012 Thomas E. Dickey * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License, version 2.1 @@ -34,7 +34,7 @@ typedef struct { const char **buttons; int hscroll; int old_hscroll; - char line[MAX_LEN + 1]; + char line[MAX_LEN + 2]; off_t last_pos; } MY_OBJ; -- cgit v1.1