Alistair Leslie-Hughes : msxml3: Correct FIXME.

Alexandre Julliard julliard at winehq.org
Wed Sep 3 07:43:59 CDT 2008


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Wed Sep  3 13:04:50 2008 +1000

msxml3: Correct FIXME.

---

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

diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 68bf881..ee409c4 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -802,7 +802,7 @@ static HRESULT WINAPI xmlnode_get_nodeTypeString(
         str = (const xmlChar*) "text";
         break;
     default:
-        FIXME("nodeName not mapped correctly (%d)\n", This->node->type);
+        FIXME("Unknown node type (%d)\n", This->node->type);
         str = This->node->name;
         break;
     }




More information about the wine-cvs mailing list