msi: Don't trace an out parameter.

This commit is contained in:
Hans Leidekker 2009-06-04 10:12:31 +02:00 committed by Alexandre Julliard
parent 0376ec38b0
commit c1670fb353
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ UINT MSI_FormatRecordW( MSIPACKAGE* package, MSIRECORD* record, LPWSTR buffer,
DWORD len; DWORD len;
UINT rc = ERROR_INVALID_PARAMETER; UINT rc = ERROR_INVALID_PARAMETER;
TRACE("%p %p %p %i\n", package, record ,buffer, *size); TRACE("%p %p %p %p\n", package, record, buffer, size);
rec = msi_dup_record_field(record,0); rec = msi_dup_record_field(record,0);
if (!rec) if (!rec)