Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
6c4c02d4
Commit
6c4c02d4
authored
Jan 03, 2005
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
svn path=/icecast/trunk/icecast/; revision=8596
parent
1c5f2367
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
doc/icecast2_yp.html
doc/icecast2_yp.html
+3
-3
src/admin.c
src/admin.c
+1
-1
src/format_ogg.c
src/format_ogg.c
+1
-1
No files found.
doc/icecast2_yp.html
View file @
6c4c02d4
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
<p>
If icecast has been built with YP support, then the following configuration options control the YP directory settings:
</p>
<p>
If icecast has been built with YP support, then the following configuration options control the YP directory settings:
</p>
<pre>
<pre>
<
directory
>
<
directory
>
<
yp-url-timeout
>
15
<
yp-url-timeout
>
<
yp-url-timeout
>
15
<
/
yp-url-timeout
>
<
yp-url
>
http://dir.xiph.org/cgi-bin/yp-cgi
<
yp-url
>
<
yp-url
>
http://dir.xiph.org/cgi-bin/yp-cgi
<
/
yp-url
>
<
directory
>
<
/
directory
>
</pre>
</pre>
<p>
Multiple directory XML chunks can be specified in order to be listed in multiple directories.
</p>
<p>
Multiple directory XML chunks can be specified in order to be listed in multiple directories.
</p>
<br
/>
<br
/>
...
...
src/admin.c
View file @
6c4c02d4
...
@@ -651,7 +651,7 @@ static void command_show_listeners(client_t *client, source_t *source,
...
@@ -651,7 +651,7 @@ static void command_show_listeners(client_t *client, source_t *source,
xmlNewChild
(
listenernode
,
NULL
,
"UserAgent"
,
"Unknown"
);
xmlNewChild
(
listenernode
,
NULL
,
"UserAgent"
,
"Unknown"
);
}
}
memset
(
buf
,
'\000'
,
sizeof
(
buf
));
memset
(
buf
,
'\000'
,
sizeof
(
buf
));
snprintf
(
buf
,
sizeof
(
buf
)
-
1
,
"%l
d
"
,
now
-
current
->
con
->
con_time
);
snprintf
(
buf
,
sizeof
(
buf
),
"%l
u
"
,
(
unsigned
long
)(
now
-
current
->
con
->
con_time
)
)
;
xmlNewChild
(
listenernode
,
NULL
,
"Connected"
,
buf
);
xmlNewChild
(
listenernode
,
NULL
,
"Connected"
,
buf
);
memset
(
buf
,
'\000'
,
sizeof
(
buf
));
memset
(
buf
,
'\000'
,
sizeof
(
buf
));
snprintf
(
buf
,
sizeof
(
buf
)
-
1
,
"%lu"
,
current
->
con
->
id
);
snprintf
(
buf
,
sizeof
(
buf
)
-
1
,
"%lu"
,
current
->
con
->
id
);
...
...
src/format_ogg.c
View file @
6c4c02d4
...
@@ -241,7 +241,7 @@ static void update_comments (source_t *source)
...
@@ -241,7 +241,7 @@ static void update_comments (source_t *source)
char
*
title
=
ogg_info
->
title
;
char
*
title
=
ogg_info
->
title
;
char
*
artist
=
ogg_info
->
artist
;
char
*
artist
=
ogg_info
->
artist
;
char
*
metadata
=
NULL
;
char
*
metadata
=
NULL
;
unsigned
int
len
=
0
;
unsigned
int
len
=
1
;
/* space for the nul byte at least */
ogg_codec_t
*
codec
;
ogg_codec_t
*
codec
;
char
codec_names
[
100
]
=
""
;
char
codec_names
[
100
]
=
""
;
...
...
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