Nikolay Sivov : xmllite: Report attribute as non-default for now.

Alexandre Julliard julliard at winehq.org
Mon Jul 22 14:22:45 CDT 2013


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sat Jun 15 22:04:24 2013 +0400

xmllite: Report attribute as non-default for now.

---

 dlls/xmllite/reader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c
index 0a89edb..0b587ff 100644
--- a/dlls/xmllite/reader.c
+++ b/dlls/xmllite/reader.c
@@ -2406,7 +2406,7 @@ static HRESULT WINAPI xmlreader_GetBaseUri(IXmlReader* iface,
 static BOOL WINAPI xmlreader_IsDefault(IXmlReader* iface)
 {
     FIXME("(%p): stub\n", iface);
-    return E_NOTIMPL;
+    return FALSE;
 }
 
 static BOOL WINAPI xmlreader_IsEmptyElement(IXmlReader* iface)




More information about the wine-cvs mailing list