--- files.c.old 2004-06-26 02:23:40.000000000 +0200 +++ files.c 2004-11-13 00:29:55.000000000 +0100 @@ -2319,7 +2319,7 @@ char *input_tab(char *buf, int place, in /* make each filename shown be the same length as the longest filename, with two spaces at the end */ - snprintf(foo, longestname + 1, matches[i]); + snprintf(foo, longestname + 1, "%s", matches[i]); while (strlen(foo) < longestname) strcat(foo, " ");