Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libbluray
Commits
b68fedeb
Commit
b68fedeb
authored
Oct 11, 2010
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bd_psr_restore_state()
parent
0ce9f6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/libbluray/register.c
src/libbluray/register.c
+2
-2
No files found.
src/libbluray/register.c
View file @
b68fedeb
...
...
@@ -287,8 +287,8 @@ void bd_psr_restore_state(BD_REGISTERS *p)
ev
.
old_val
=
old_psr
[
i
];
ev
.
new_val
=
p
->
psr
[
i
];
for
(
j
=
0
;
j
<
p
->
num_cb
;
i
++
)
{
p
->
cb
[
i
].
cb
(
p
->
cb
[
i
].
handle
,
&
ev
);
for
(
j
=
0
;
j
<
p
->
num_cb
;
j
++
)
{
p
->
cb
[
j
].
cb
(
p
->
cb
[
j
].
handle
,
&
ev
);
}
}
}
...
...
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