K 10 svn:author V 5 luigi K 8 svn:date V 27 2008-11-26T21:38:43.108354Z K 7 svn:log V 354 Fix a typo in previous commit: must call "putn" to print a crlf, instead of "puts" which prints whatever is at %si, followed by a CRLF. It was not noticed during tests because at that point %si points to a partition entry whose first byte is 0x80, which is both a terminator for the string and a non printable character. Submitted by: Christoph Mallon END