Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
4b45767e
Commit
4b45767e
authored
Apr 16, 2009
by
Paul TBBle Hampson
Committed by
Alexandre Julliard
Apr 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Remove tabs from init_system_links TRACEs.
parent
0cde093f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
freetype.c
dlls/gdi32/freetype.c
+1
-3
No files found.
dlls/gdi32/freetype.c
View file @
4b45767e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment