Module: wine Branch: master Commit: bccd8997d116c0581dd977b7a743af88305ad902 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bccd8997d116c0581dd977b7a7...
Author: Jacek Caban jacek@codeweavers.com Date: Sat Jul 23 12:51:19 2011 +0200
mshtml: Downgrade GetAsciiHost FIXME to WARN.
---
dlls/mshtml/nsio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c index 7d26529..fdfa44f 100644 --- a/dlls/mshtml/nsio.c +++ b/dlls/mshtml/nsio.c @@ -2174,7 +2174,7 @@ static nsresult NSAPI nsURI_GetAsciiHost(nsIURL *iface, nsACString *aAsciiHost) if(This->nsuri) return nsIURI_GetAsciiHost(This->nsuri, aAsciiHost);
- FIXME("Use Uri_PUNYCODE_IDN_HOST flag\n"); + WARN("Use Uri_PUNYCODE_IDN_HOST flag\n"); return get_uri_string(This, Uri_PROPERTY_HOST, aAsciiHost); }