Matteo Bruni : d3dx9: Fix a WARN.

Alexandre Julliard julliard at winehq.org
Thu Mar 13 14:40:35 CDT 2014


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

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Thu Mar 13 16:31:06 2014 +0100

d3dx9: Fix a WARN.

---

 dlls/d3dx9_36/effect.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c
index 13f4524..260dfa5 100644
--- a/dlls/d3dx9_36/effect.c
+++ b/dlls/d3dx9_36/effect.c
@@ -5340,7 +5340,7 @@ HRESULT WINAPI D3DXCreateEffectEx(struct IDirect3DDevice9 *device, const void *s
             (ID3DInclude *)include, flags, (ID3DBlob **)compilation_errors, pool);
     if (FAILED(hr))
     {
-        WARN("Failed to initialize shader reflection\n");
+        WARN("Failed to create effect object.\n");
         HeapFree(GetProcessHeap(), 0, object);
         return hr;
     }




More information about the wine-cvs mailing list