diff -r 2b8dc69744e3 xen/tools/figlet/figlet.c --- a/xen/tools/figlet/figlet.c Thu Sep 14 07:55:28 2006 +0100 +++ b/xen/tools/figlet/figlet.c Wed Sep 13 19:12:28 2006 +0200 @@ -1448,8 +1448,9 @@ inchr c; } else { for (k=0;k= 0) + outputline[row][outlinelen-smushamount+k] = + smushem(outputline[row][outlinelen-smushamount+k],currchar[row][k]); } strcat(outputline[row],currchar[row]+smushamount); }