Jesse Allen wrote:
Since Mike McCormack's printf patch has our own vsnprintf parsing the
format strings, but yet we still push integers to libc's printf, I
figured that we can handle the 'I' (eye) size type now. I hacked
together a patch that handles it and fixes 3 test failures with long
long.
Since Mike McCormack's printf patch has our own vsnprintf parsing the
format strings, but yet we still push integers to libc's printf, I
figured that we can handle the 'I' (eye) size type now. I hacked
together a patch that handles it and fixes 3 test failures with long
long. It fixes it by conve