http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce8c450
)
mshtml: Pass processed URI to NewURI.
author
Jacek Caban
<jacek@codeweavers.com>
Fri, 30 Jul 2010 13:37:26 +0000
(15:37 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 30 Jul 2010 14:34:05 +0000
(16:34 +0200)
dlls/mshtml/nsio.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/nsio.c
b/dlls/mshtml/nsio.c
index d9e822daf5bf990ef3cde19f2fe999e556b46b30..9129a557bafb4c8934d878ae03b503df2e923de1 100644
(file)
--- a/
dlls/mshtml/nsio.c
+++ b/
dlls/mshtml/nsio.c
@@
-2488,7
+2488,7
@@
static nsresult NSAPI nsIOService_NewURI(nsIIOService *iface, const nsACString *
}
nsACString_InitDepend(&spec_str, spec);
- nsres = nsIIOService_NewURI(nsio,
aSpec
, aOriginCharset, aBaseURI, &uri);
+ nsres = nsIIOService_NewURI(nsio,
&spec_str
, aOriginCharset, aBaseURI, &uri);
nsACString_Finish(&spec_str);
if(NS_FAILED(nsres))
TRACE("NewURI failed: %08x\n", nsres);