Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
libaacs
Commits
0b14663b
Commit
0b14663b
authored
Dec 11, 2013
by
npzacs
Browse files
Fix error path in aacs_open()
parent
9f2c509f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
0b14663b
...
...
@@ -1008,7 +1008,7 @@ AACS *aacs_open(const char *path, const char *configfile_path)
AACS
*
aacs
;
aacs
=
aacs_open2
(
path
,
configfile_path
,
&
error_code
);
if
(
error_code
==
AACS_SUCCESS
)
{
if
(
!
aacs
||
error_code
==
AACS_SUCCESS
)
{
return
aacs
;
}
...
...
Write
Preview
Supports
Markdown
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