K 10 svn:author V 3 ats K 8 svn:date V 27 1994-12-27T00:53:14.000000Z K 7 svn:log V 464 My prevoius commit missed some things. The out_line didn't need to be padded to 8 chars. Simply make sure that never more than 8 chars are printed ( %-.8s ). The former commit otherwise hosed the width calculation and landed on different positions for the time output. Also the strlen(xx_out_line) hoses the wide calculation, so that it sometimes make it much larger than necessary. Simply use always 8 chars for the out_line calculation now. Looks good this way. END