13 Nov
2006
13 Nov
'06
8:27 p.m.
http://bugs.winehq.org/show_bug.cgi?id=6677 ------- Additional Comments From samuel.howard.dennis(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.