http://bugs.winehq.org/show_bug.cgi?id=6677
------- Additional Comments From samuel.howard.dennis@gmail.com 2006-13-11 14:27 ------- static void pf_integer_conv( char *buf, pf_flags *flags, LONGLONG x ) { char tmp[40]; ... k = flags->Precision - i; while( k-- > 0 ) tmp[i++] = '0';
I'm not just making random accusations, and if you'd check the code you'd see that everything I've asserted is true.