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
360c164e
Commit
360c164e
authored
Sep 01, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dxof: Remove spaces before '\n', add '\n' in Wine traces.
parent
aafaec4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
d3dxof.c
dlls/d3dxof/d3dxof.c
+4
-4
No files found.
dlls/d3dxof/d3dxof.c
View file @
360c164e
...
...
@@ -385,7 +385,7 @@ static BOOL is_guid(parse_buffer* buf)
tmp
[
pos
]
=
0
;
if
(
pos
!=
38
/* <+36+> */
)
{
TRACE
(
"Wrong guid %s (%d)
\n
"
,
tmp
,
pos
);
TRACE
(
"Wrong guid %s (%d)
\n
"
,
tmp
,
pos
);
return
FALSE
;
}
buf
->
buffer
+=
pos
;
...
...
@@ -394,10 +394,10 @@ static BOOL is_guid(parse_buffer* buf)
ret
=
sscanf
(
tmp
,
CLSIDFMT
,
&
class_id
.
Data1
,
tab
,
tab
+
1
,
tab
+
2
,
tab
+
3
,
tab
+
4
,
tab
+
5
,
tab
+
6
,
tab
+
7
,
tab
+
8
,
tab
+
9
);
if
(
ret
!=
11
)
{
TRACE
(
"Wrong guid %s (%d)
\n
"
,
tmp
,
pos
);
TRACE
(
"Wrong guid %s (%d)
\n
"
,
tmp
,
pos
);
return
FALSE
;
}
TRACE
(
"Found guid %s (%d)
\n
"
,
tmp
,
pos
);
TRACE
(
"Found guid %s (%d)
\n
"
,
tmp
,
pos
);
class_id
.
Data2
=
tab
[
0
];
class_id
.
Data3
=
tab
[
1
];
...
...
@@ -989,7 +989,7 @@ static HRESULT WINAPI IDirectXFileImpl_RegisterTemplates(IDirectXFile* iface, LP
if
(
token_header
==
XOFFILE_FORMAT_COMPRESSED
)
{
FIXME
(
"Compressed formats not supported yet"
);
FIXME
(
"Compressed formats not supported yet
\n
"
);
return
DXFILEERR_BADVALUE
;
}
...
...
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