From 5e7b18f87458b3f7a65d23d87f7db3d864fbbf11 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 11:05:34 +0200 Subject: song: removed CamelCase CamelCase is ugly... rename all functions. --- src/player_thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/player_thread.c') diff --git a/src/player_thread.c b/src/player_thread.c index a9e594eea..6a08bf46e 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -135,7 +135,7 @@ static void processDecodeInput(int *pause_r, unsigned int *bbp_r, pc.error = PLAYER_ERROR_AUDIO; ERROR("problems opening audio device " "while playing \"%s\"\n", - get_song_url(tmp, dc.next_song)); + song_get_url(dc.next_song, tmp)); *pause_r = -1; } } @@ -244,7 +244,7 @@ static void do_play(void) pc.error = PLAYER_ERROR_AUDIO; ERROR("problems opening audio device " "while playing \"%s\"\n", - get_song_url(tmp, dc.next_song)); + song_get_url(dc.next_song, tmp)); break; } -- cgit v1.2.3