Nikolay Sivov : msxml3: Accept VT_ERROR body as empty data.

Alexandre Julliard julliard at winehq.org
Mon Jun 25 13:24:14 CDT 2012


Module: wine
Branch: master
Commit: 3ec82583d0ca47f77fe7651cef89892beea59bd6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3ec82583d0ca47f77fe7651cef89892beea59bd6

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Jun 24 00:16:39 2012 +0400

msxml3: Accept VT_ERROR body as empty data.

---

 dlls/msxml3/httprequest.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msxml3/httprequest.c b/dlls/msxml3/httprequest.c
index 3ea7745..5700311 100644
--- a/dlls/msxml3/httprequest.c
+++ b/dlls/msxml3/httprequest.c
@@ -695,6 +695,7 @@ static HRESULT BindStatusCallback_create(httprequest* This, BindStatusCallback *
             break;
         }
         case VT_EMPTY:
+        case VT_ERROR:
             ptr = NULL;
             size = 0;
             break;




More information about the wine-cvs mailing list