[Bug 6466] Unibet poker client displays 64d instead of the real numbers

Wine Bugs wine-bugs at winehq.org
Tue Oct 17 08:44:23 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6466





------- Additional Comments From mike at codeweavers.com  2006-17-10 08:44 -------
OK, this should work if you upgrade you Wine version. It's actually:

ULONGLONG ullValue = 10000000000;
sprintf(buffer,"%03I64d\n",ullValue);

It works correctly in Wine 0.9.23.  Please upgrade before reporting bugs in future.


-- 
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.



More information about the wine-bugs mailing list