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
a093271f
Commit
a093271f
authored
Nov 17, 2003
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
type warning cleanup
svn path=/trunk/icecast/; revision=5586
parent
42e28b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/yp.c
src/yp.c
+3
-3
No files found.
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
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