Module: wine Branch: master Commit: b18700834523dc69c0dce2bc26d19be856b93fb7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b18700834523dc69c0dce2bc26...
Author: James Hawkins jhawkins@codeweavers.com Date: Wed Oct 8 22:42:05 2008 -0500
msi: Remove a part of a debugging statement that was accidentally left in.
---
dlls/msi/table.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/table.c b/dlls/msi/table.c index 0309165..f54f6b2 100644 --- a/dlls/msi/table.c +++ b/dlls/msi/table.c @@ -944,7 +944,7 @@ static UINT get_tablecolumns( MSIDATABASE *db, UINT r, i, n=0, table_id, count, maxcount = *sz; MSITABLE *table = NULL;
- TRACE("%s %d\n", debugstr_w(szTableName), *sz); + TRACE("%s\n", debugstr_w(szTableName));
/* first check if there is a default table with that name */ r = get_defaulttablecolumns( db, szTableName, colinfo, sz );