Paul TBBle Hampson : gdi32: Remove tabs from init_system_links TRACEs.
Module: wine Branch: master Commit: 4b45767e2ad4c151803c681889da9acaa320ebdc URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b45767e2ad4c151803c681889... Author: Paul TBBle Hampson <Paul.Hampson(a)Pobox.com> Date: Thu Apr 16 00:33:14 2009 +1000 gdi32: Remove tabs from init_system_links TRACEs. --- dlls/gdi32/freetype.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index 5498c72..2f2c63e 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -1651,8 +1651,6 @@ static BOOL init_system_links(void) index = 0; while(RegEnumValueW(hkey, index++, value, &val_len, NULL, &type, (LPBYTE)data, &data_len) == ERROR_SUCCESS) { - TRACE("%s:\n", debugstr_w(value)); - memset(&fs, 0, sizeof(fs)); font_link = HeapAlloc(GetProcessHeap(), 0, sizeof(*font_link)); psub = get_font_subst(&font_subst_list, value, -1); @@ -1663,7 +1661,7 @@ static BOOL init_system_links(void) WCHAR *face_name; CHILD_FONT *child_font; - TRACE("\t%s\n", debugstr_w(entry)); + TRACE("%s: %s\n", debugstr_w(value), debugstr_w(entry)); next = entry + strlenW(entry) + 1;
participants (1)
-
Alexandre Julliard