Commit 0eba20de authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed copy&paste typo in GetAsciiHostPort implementation.

parent 13079c56
......@@ -2821,7 +2821,7 @@ static nsresult NSAPI nsURI_GetAsciiHostPort(nsIFileURL *iface, nsACString *aAsc
WARN("(%p)->(%p) FIXME: Use Uri_PUNYCODE_IDN_HOST flag\n", This, aAsciiHostPort);
return nsIFileURL_GetAsciiHostPort(&This->nsIFileURL_iface, aAsciiHostPort);
return nsIFileURL_GetHostPort(&This->nsIFileURL_iface, aAsciiHostPort);
}
static nsresult NSAPI nsURI_GetAsciiHost(nsIFileURL *iface, nsACString *aAsciiHost)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment