advpack: Standardize the format of advpack traces

James Hawkins truiken at gmail.com
Tue Apr 11 00:17:13 CDT 2006


Hi,

We've had complaints about inconsistency in traces, so this patch
makes sure all string arguments are printed, and that we use debugstr
for security.  The patch is relatively large, but it's only changes to
the TRACE macro.

Changelog:
* Display all strings in advpack traces.
* Use debugstr_a/w for TRACE strings.

 dlls/advpack/advpack.c |   34 +++++++++++++++++-----------------
 dlls/advpack/files.c   |   42 +++++++++++++++++++++++-------------------
 dlls/advpack/install.c |   28 ++++++++++++++--------------
 dlls/advpack/reg.c     |   22 +++++++++++++---------
 4 files changed, 67 insertions(+), 59 deletions(-)

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 28206f1aa74e57dbeeb293b0a9c96131cff671d9.diff
Type: text/x-patch
Size: 18137 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060411/ae997cbf/28206f1aa74e57dbeeb293b0a9c96131cff671d9-0001.diff


More information about the wine-patches mailing list