Re: winex11.drv: fix a compiler warning (4/10)
12 Nov
2008
12 Nov
'08
3:46 a.m.
On Tuesday 11 November 2008 07:28:11 pm Austin English wrote:
- TRACE(output); + TRACE(output, "%s");
I think you put this on backwards. Some of the other patches seem to be the same way. This gets rid of the warning because you add an extra parameter, which the compiler takes to mean that you know what you're doing. But if the input string contains an %code, it'll interpret the value incorrectly.
6329
Age (days ago)
6329
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Robinson