Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libbluray
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
libbluray
Commits
7745ca07
Commit
7745ca07
authored
Oct 21, 2009
by
cRTrn13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various minor stuff
parent
a5944ccf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
src/bluray.c
src/bluray.c
+0
-3
src/util/logging.c
src/util/logging.c
+0
-2
No files found.
src/bluray.c
View file @
7745ca07
...
...
@@ -17,9 +17,6 @@
#include "util/macro.h"
#include "util/logging.h"
#include "bdplus.h"
BLURAY
*
bd_open
(
const
char
*
device_path
,
const
char
*
keyfile_path
)
{
BLURAY
*
bd
=
malloc
(
sizeof
(
BLURAY
));
...
...
src/util/logging.c
View file @
7745ca07
...
...
@@ -4,8 +4,6 @@
#include "logging.h"
char
out
[
512
];
debug_mask_t
debug_mask
=
0
;
static
int
debug_init
=
0
;
...
...
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