]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
Rename instances of struct afh_info from "afi" to "afhi".
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 963d311b05bacf18660742d3d2dbfd4290fa54d4..3b364a5b9f6c84265a41576867a7f58a08fff2f8 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -316,7 +316,7 @@ struct timeval *vss_preselect(fd_set *rfds, fd_set *wfds, int *max_fileno)
                return tv;
        if (!map && vss_playing() &&
                        !(mmd->new_vss_status_flags & VSS_NOMORE)) {
-               PARA_DEBUG_LOG("%s", "ready and playing, but no audio file\n");
+               PARA_DEBUG_LOG("ready and playing, but no audio file\n");
                if (afsss == AFS_SOCKET_READY) {
                        para_fd_set(afs_socket, wfds, max_fileno);
                        afsss = AFS_SOCKET_CHECK_FOR_WRITE;