dlls/mshhtml/htmlelemcol.c: Use FIXME_ONCE for quieter reports.

Max TenEyck Woodbury max at mtew.isa-geek.net
Wed Jul 14 15:31:34 CDT 2010


---
 dlls/mshtml/htmlelemcol.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/htmlelemcol.c b/dlls/mshtml/htmlelemcol.c
index 9c0fedd..f6d3d44 100644
--- a/dlls/mshtml/htmlelemcol.c
+++ b/dlls/mshtml/htmlelemcol.c
@@ -174,7 +174,7 @@ static HRESULT WINAPI HTMLElementCollection_toString(IHTMLElementCollection *ifa
                                                      BSTR *String)
 {
     HTMLElementCollection *This = ELEMCOL_THIS(iface);
-    FIXME("(%p)->(%p)\n", This, String);
+    FIXME_ONCE("(%p)->(%p)\n", This, String);
     return E_NOTIMPL;
 }
 
@@ -182,7 +182,7 @@ static HRESULT WINAPI HTMLElementCollection_put_length(IHTMLElementCollection *i
                                                        LONG v)
 {
     HTMLElementCollection *This = ELEMCOL_THIS(iface);
-    FIXME("(%p)->(%d)\n", This, v);
+    FIXME_ONCE("(%p)->(%d)\n", This, v);
     return E_NOTIMPL;
 }
 
@@ -201,7 +201,7 @@ static HRESULT WINAPI HTMLElementCollection_get__newEnum(IHTMLElementCollection
                                                          IUnknown **p)
 {
     HTMLElementCollection *This = ELEMCOL_THIS(iface);
-    FIXME("(%p)->(%p)\n", This, p);
+    FIXME_ONCE("(%p)->(%p)\n", This, p);
     return E_NOTIMPL;
 }
 
-- 
1.7.1.1




More information about the wine-patches mailing list