diff options
Diffstat (limited to 'src/player_thread.c')
-rw-r--r-- | src/player_thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |