Konstantin Kondratyuk : mpr: Delete a stub trace.

Alexandre Julliard julliard at winehq.org
Fri Oct 19 08:35:40 CDT 2007


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

Author: Konstantin Kondratyuk <kondratyuk at etersoft.ru>
Date:   Thu Oct 18 18:54:29 2007 +0400

mpr: Delete a stub trace.

---

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

diff --git a/dlls/mpr/wnet.c b/dlls/mpr/wnet.c
index 2fc8792..36fb93c 100644
--- a/dlls/mpr/wnet.c
+++ b/dlls/mpr/wnet.c
@@ -1409,7 +1409,7 @@ DWORD WINAPI WNetGetResourceInformationW( LPNETRESOURCEW lpNetResource,
     DWORD ret = WN_NO_NETWORK;
     DWORD index;
 
-    TRACE( "(%p, %p, %p, %p): stub\n",
+    TRACE( "(%p, %p, %p, %p)\n",
            lpNetResource, lpBuffer, cbBuffer, lplpSystem);
 
     if (!(lpBuffer))




More information about the wine-cvs mailing list