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
eaaced6c
Commit
eaaced6c
authored
Nov 23, 2008
by
Christian Costa
Committed by
Alexandre Julliard
Nov 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dxof: Small clean-up.
parent
607062f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
d3dxof.c
dlls/d3dxof/d3dxof.c
+2
-6
No files found.
dlls/d3dxof/d3dxof.c
View file @
eaaced6c
...
...
@@ -804,7 +804,7 @@ static WORD parse_TOKEN(parse_buffer * buf)
if
(
!
read_bytes
(
buf
,
&
token
,
2
))
return
0
;
/* Convert integer and float list into se
re
parate elements */
/* Convert integer and float list into separate elements */
if
(
token
==
TOKEN_INTEGER_LIST
)
{
if
(
!
read_bytes
(
buf
,
&
nb_elem
,
4
))
...
...
@@ -1859,8 +1859,6 @@ static BOOL parse_object_members_list(parse_buffer * buf)
return
FALSE
;
}
nb_elems
=
last_dword
;
/*FIXME("Arrays with variable size not yet supported\n");
return FALSE;*/
}
else
nb_elems
=
pt
->
members
[
i
].
dim_value
[
0
];
...
...
@@ -1889,7 +1887,7 @@ static BOOL parse_object_members_list(parse_buffer * buf)
{
int
j
;
TRACE
(
"Found sub
o
ject %s
\n
"
,
buf
->
pdxf
->
xtemplates
[
pt
->
members
[
i
].
idx_template
].
name
);
TRACE
(
"Found sub
-ob
ject %s
\n
"
,
buf
->
pdxf
->
xtemplates
[
pt
->
members
[
i
].
idx_template
].
name
);
buf
->
level
++
;
/* To do template lookup */
for
(
j
=
0
;
j
<
buf
->
pdxf
->
nb_xtemplates
;
j
++
)
...
...
@@ -1913,8 +1911,6 @@ static BOOL parse_object_members_list(parse_buffer * buf)
return
FALSE
;
}
buf
->
level
--
;
/*if (get_TOKEN(buf) != TOKEN_SEMICOLON)
return FALSE;*/
}
else
{
...
...
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