Fix misleading warning ole CoGetClassObject

Mike Hearn mh at codeweavers.com
Wed Jul 21 08:22:01 CDT 2004


Mike Hearn <mh at codeweavers.com>
Fix misleading warning ole CoGetClassObject

Index: dlls/ole32/compobj.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/compobj.c,v
retrieving revision 1.96
diff -u -p -r1.96 compobj.c
--- dlls/ole32/compobj.c        15 Jul 2004 22:07:44 -0000      1.96
+++ dlls/ole32/compobj.c        21 Jul 2004 13:17:50 -0000
@@ -1352,7 +1356,7 @@ HRESULT WINAPI CoGetClassObject(
  
        if ( compobj_RegReadPath(keyname, NULL, dllpath, sizeof(dllpath)) != ERROR_SUCCESS) {
            /* failure: CLSID is not found in registry */
-           WARN("class %s not registred\n", xclsid);
+           WARN("class %s not registered inproc\n", xclsid);
             hres = REGDB_E_CLASSNOTREG;
        } else {
          if ((hLibrary = LoadLibraryExA(dllpath, 0, LOAD_WITH_ALTERED_SEARCH_PATH)) == 0) {





More information about the wine-patches mailing list