All pastes #2115402 Raw Edit

Miscellany

public diff v1 · immutable
#2115402 ·published 2012-02-09 19:12 UTC
rendered paste body
diff --git a/dlls/mscoree/metahost.c b/dlls/mscoree/metahost.cindex 49fb0ee..aaf4548 100644--- a/dlls/mscoree/metahost.c+++ b/dlls/mscoree/metahost.c@@ -1027,8 +1027,7 @@ HRESULT WINAPI CLRMetaHost_GetRuntime(ICLRMetaHost* iface,      for (i=0; i<NUM_RUNTIMES; i++)     {-        if (runtimes[i].major == major && runtimes[i].minor == minor &&-            runtimes[i].build == build)+        if (runtimes[i].major == major && runtimes[i].minor == minor)         {             if (runtimes[i].mono_abi_version)                 return ICLRRuntimeInfo_QueryInterface(&runtimes[i].ICLRRuntimeInfo_iface, iid,