summaryrefslogtreecommitdiff
path: root/alpine/osdep/debuging.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/osdep/debuging.c')
-rw-r--r--alpine/osdep/debuging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/osdep/debuging.c b/alpine/osdep/debuging.c
index 015d38d..2ff0d7d 100644
--- a/alpine/osdep/debuging.c
+++ b/alpine/osdep/debuging.c
@@ -186,7 +186,7 @@ init_debug(void)
void
save_debug_on_crash(FILE *dfile, int (*keystrokes) (int *, char *, size_t))
{
- char nbuf[5], crashfile[MAXPATH+1], filename[MAXPATH+1];
+ char nbuf[11], crashfile[MAXPATH+1], filename[MAXPATH+1];
int i;
struct stat dbuf, tbuf;
time_t now = time((time_t *)0);