[Bug 8085] DVD Shrink: Goes into infinite loop when Creating Class Enumerator

Wine Bugs wine-bugs at winehq.org
Sun Jun 3 16:20:03 CDT 2007


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





------- Additional Comments From chris.kcat at 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.



More information about the wine-bugs mailing list