[PATCH] (resend) mshtml: Fix return value interpretation when navigating

Andrew Eikum aeikum at codeweavers.com
Wed Mar 17 16:09:09 CDT 2010


Now with explanation!

before_async_open returns TRUE when the open has been canceled.  As you 
can see by the TRACE 2 lines below, open is expected to be TRUE if the 
open has _not_ been canceled.  So we need to negate the return value 
from before_async_open.

---
  dlls/mshtml/nsio.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mshtml-Fix-return-value-interpretation-when-navigati.patch
Type: text/x-patch
Size: 541 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100317/0300a929/attachment.bin>


More information about the wine-patches mailing list