vss.c: rename get_song() to vss_get_audio_file()
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 19:22:45 +0000 (20:22 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 19:22:45 +0000 (20:22 +0100)
vss.c

diff --git a/vss.c b/vss.c
index ba3cc0d121feafdb33b557bd13e527131e4a99ba..50c86ed7d8ef7069e6d9baea3df7d18c7e6ae3c2 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -259,7 +259,7 @@ static int update_mmd(void)
        return 1;
 }
 
        return 1;
 }
 
-static void get_song(void)
+static void vss_get_audio_file(void)
 {
        char **sl = selectors[mmd->selector_num].get_audio_file_list(10);
        int i;
 {
        char **sl = selectors[mmd->selector_num].get_audio_file_list(10);
        int i;
@@ -495,7 +495,7 @@ again:
        if (!ret && !audio_file && vss_playing() &&
                        !(mmd->new_vss_status_flags & VSS_NOMORE)) {
                PARA_DEBUG_LOG("%s", "ready and playing, but no audio file\n");
        if (!ret && !audio_file && vss_playing() &&
                        !(mmd->new_vss_status_flags & VSS_NOMORE)) {
                PARA_DEBUG_LOG("%s", "ready and playing, but no audio file\n");
-               get_song();
+               vss_get_audio_file();
                goto again;
        }
        return ret;
                goto again;
        }
        return ret;