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
Icecast-Server
Commits
a093271f
Commit
a093271f
authored
Nov 17, 2003
by
Karl Heyes
Browse files
type warning cleanup
svn path=/trunk/icecast/; revision=5586
parent
42e28b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/yp.c
View file @
a093271f
...
...
@@ -86,9 +86,9 @@ int yp_remove(source_t *source)
int
curl_con
=
0
;
int
i
=
0
;
long
current_time
=
0
;
time_t
current_time
=
0
;
current_time
=
time
(
&
current_time
);
current_time
=
time
(
NULL
);
for
(
i
=
0
;
i
<
source
->
num_yp_directories
;
i
++
)
{
source
->
ypdata
[
i
]
->
yp_last_touch
=
current_time
;
...
...
@@ -132,7 +132,7 @@ int yp_touch()
int
curl_con
=
0
;
int
i
=
0
;
int
regen_sid
=
0
;
long
current_time
=
0
;
time_t
current_time
=
0
;
avl_node
*
node
;
source_t
*
source
;
char
current_song
[
256
];
...
...
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