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
4c14f4f6
Commit
4c14f4f6
authored
Oct 18, 2010
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_user_input(): return if page not found
parent
478c0d35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/libbluray/decoders/graphics_controller.c
src/libbluray/decoders/graphics_controller.c
+1
-0
No files found.
src/libbluray/decoders/graphics_controller.c
View file @
4c14f4f6
...
...
@@ -365,6 +365,7 @@ static void _user_input(GRAPHICS_CONTROLLER *gc, bd_vk_key_e key, GC_NAV_CMDS *c
if
(
!
page
)
{
ERROR
(
"_user_input(): unknown page id %d (have %d pages)
\n
"
,
page_id
,
s
->
ics
->
interactive_composition
.
num_pages
);
return
;
}
for
(
ii
=
0
;
ii
<
page
->
num_bogs
;
ii
++
)
{
...
...
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