K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-05-09T11:04:10.020197Z K 7 svn:log V 258 loader: ptable_print() needs two tabs sometimes Since the partition/slice names do vary in length, check the length of the fixed part of the line against 3 * 8, if the lenth is less than 3 tab stops, print out extra tab. use snprintf() instead of sprintf. END