3 Jun
2007
3 Jun
'07
9:20 p.m.
http://bugs.winehq.org/show_bug.cgi?id=8085 ------- Additional Comments From chris.kcat(a)gmail.com 2007-03-06 16:20 ------- Created an attachment (id=6590) --> (http://bugs.winehq.org/attachment.cgi?id=6590&action=view) transform.c fix Thanks, I think I found the problem. The transform filter connection method returns S_FALSE sometimes when the connection fails, however it checks for success using the SUCCEEDED macro, which erroniously passes with S_FALSE. Here's a patch that checks against S_OK explicitly. Does this patch fix it? -- 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.