$OpenBSD: patch-src_mlistedit_c,v 1.2 2014/10/18 14:57:38 bcallah Exp $

fix off-by-one

--- src/mlistedit.c.orig	Thu Oct  9 20:45:03 2014
+++ src/mlistedit.c	Thu Oct  9 20:45:27 2014
@@ -930,7 +930,7 @@ void freq_open (const char *title, const char *path, i
 static BOOL cb_list_scan_dir (char *path, int added, int removed, void *data)
 {
 	BOOL quiet = (BOOL)(SINTPTR_T)data;
-	char str[70], *pos;
+	char str[71], *pos;
 	int i;
 
 	if (!quiet) {
