diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
| commit | c1ba58ff2b09604bd03d15a844fb5c09e2e38ef6 (patch) | |
| tree | d48b8f5f4c81e26e8dbb6597554286f1d6d53d3a /tailbox.c | |
| parent | 5f120a342bce9d4f0afede0510bdd9adc5bcc061 (diff) | |
Notes
Diffstat (limited to 'tailbox.c')
| -rw-r--r-- | tailbox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tailbox.c b/tailbox.c index 0324009e23c6..bbb14c0867ad 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; |
