Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
25eec226
Commit
25eec226
authored
Dec 19, 2014
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: Removed a printf() leftover from debugging
parent
c5bd8ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/event_exec.c
src/event_exec.c
+0
-2
No files found.
src/event_exec.c
View file @
25eec226
...
...
@@ -296,8 +296,6 @@ int event_get_exec(event_registration_t *er, config_options_t *options) {
return
-
1
;
}
printf
(
"len=%i
\n
"
,
(
int
)
__argvtype2offset
(
self
->
argvtype
)
+
extra_argc
+
1
);
self
->
argv
=
calloc
(
__argvtype2offset
(
self
->
argvtype
)
+
extra_argc
+
1
,
sizeof
(
char
*
));
if
(
!
self
->
argv
)
{
ICECAST_LOG_ERROR
(
"Can not allocate argv[]"
);
...
...
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