[Bug 2526] BADCOLORSPEC fatal error in 200410 (didn't happen in 20040914)

Wine Bugs wine-bugs at winehq.org
Fri Oct 22 09:56:31 CDT 2004


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





------- Additional Comments From rklazes at xs4all.nl  2004-22-10 09:56 -------
This is the problem:

  sprintf(s, " -%s rgb:%02x%/%02x%/%02x\r\n", sw, r,g,b);

(wxtide.c->write_sw_rgb())

The %/ char sequences are output as "/" by Microsoft and as "/%" by GNU libc.

Wine currently uses the libc sprintf, you have to wait until somebody writes
wine's own.

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