according to the rawdofmt autodocs the width field controls how a value is padded
width - field width. If the first character is a '0', the
field will be padded with leading 0's.
when calling this function with '%8.8l' or '%8.8lx' the value is padded with leading zeros when it should be padded with spaces.
according to the rawdofmt autodocs the width field controls how a value is padded
width - field width. If the first character is a '0', the
field will be padded with leading 0's.
when calling this function with '%8.8l' or '%8.8lx' the value is padded with leading zeros when it should be padded with spaces.