K 10 svn:author V 3 ats K 8 svn:date V 27 1994-12-26T17:29:03.000000Z K 7 svn:log V 198 The out_line doesn't need to be zero terminated, so print it not with %s but with a %-8.8s instead. this prevents funny output, if the out_line contains a long hostname that is larger than 8 chars. END