Mike McCormack : msi: Fix a trace.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 31 05:43:09 CST 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Tue Oct 31 14:33:20 2006 +0900

msi: Fix a trace.

---

 dlls/msi/alter.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msi/alter.c b/dlls/msi/alter.c
index 24a11ab..58a6099 100644
--- a/dlls/msi/alter.c
+++ b/dlls/msi/alter.c
@@ -141,9 +141,9 @@ static const MSIVIEWOPS alter_ops =
 
 UINT ALTER_CreateView( MSIDATABASE *db, MSIVIEW **view, LPCWSTR name, int hold )
 {
-    MSIALTERVIEW *av = NULL;
+    MSIALTERVIEW *av;
 
-    TRACE("%p\n", av );
+    TRACE("%p\n", view );
 
     av = msi_alloc_zero( sizeof *av );
     if( !av )




More information about the wine-cvs mailing list