[Bug 4696] Chips and dollar amount bet do not line up in front of player

Wine Bugs wine-bugs at winehq.org
Sun Nov 12 20:08:08 CST 2006


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





------- Additional Comments From samuel.howard.dennis at gmail.com  2006-12-11 20:08 -------
This is the return of Bug 2075, but in ntdll this time.  "%I64d" is passed to
the system libc by ntdll which then does exactly what it says: creates a field
of 64 characters in width.  (The call is from the provided mfc42.dll)

A quick (and very, very ugly) hack of pf_vsnprintf to fit ntdll fixes the issue,
and surprisingly doesn't seem to break anything obvious.

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