bin/mkpeep.pike:463:Too many arguments to sprintf. bin/mkpeep.pike:463:Expected: function(string(8), int(0..2147483647) : string) bin/mkpeep.pike:463:Got : function(string(8), int, string : void | mixed)
463: buf->add_line( sprintf("%*n}", ind, test) );
Er, I see now the problem is that »test» is a string, so it is a bug in mkpeep...