DPRINTF->TRACE dlls/setupapi/parser.c

Tony Lambregts tony_lambregts at telusplanet.net
Fri Mar 14 13:23:38 CST 2003


Change Log: Replace DPRINTF with TRACE

Files changed: dlls/setupapi/parser.c

-- 

Tony Lambregts






-------------- next part --------------
Index: parser.c
===================================================================
RCS file: /home/wine/wine/dlls/setupapi/parser.c,v
retrieving revision 1.6
diff -u -r1.6 parser.c
--- parser.c	12 Sep 2002 22:07:04 -0000	1.6
+++ parser.c	14 Mar 2003 19:29:23 -0000
@@ -1680,8 +1680,8 @@
     {
         TRACE( "%p/%p/%d/%d index %ld returning",
                context->Inf, context->CurrentInf, context->Section, context->Line, index );
-        for (i = index; i < line->nb_fields; i++) DPRINTF( " %02x", buffer[i - index] );
-        DPRINTF( "\n" );
+        for (i = index; i < line->nb_fields; i++) TRACE( " %02x", buffer[i - index] );
+        TRACE( "\n" );
     }
     return TRUE;
 }


More information about the wine-patches mailing list