Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
3d83b1ba
Commit
3d83b1ba
authored
Feb 12, 2020
by
Moritz Grimm
Browse files
pCommandString can be NULL; propagate result
parent
d05f0244
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ezstream.c
View file @
3d83b1ba
...
@@ -285,6 +285,8 @@ openResource(stream_t stream, const char *filename, int *popenFlag,
...
@@ -285,6 +285,8 @@ openResource(stream_t stream, const char *filename, int *popenFlag,
pCommandString
=
_build_reencode_cmd
(
extension
,
filename
,
pCommandString
=
_build_reencode_cmd
(
extension
,
filename
,
cfg_stream
,
md
);
cfg_stream
,
md
);
if
(
NULL
==
pCommandString
)
return
(
NULL
);
if
(
md_p
!=
NULL
)
if
(
md_p
!=
NULL
)
*
md_p
=
md
;
*
md_p
=
md
;
else
else
...
...
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