]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
audiod get_play_time_slot_num(): Avoid possible NULL pointer dereference.
[paraslash.git] / audiod.c
index 03218e249ec3b69b8863c245628514a5ae32a225..eff58fda1b7ead6c327594afb60165a1bfde4fb1 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -289,7 +289,7 @@ out:
                length / 60,
                length % 60
        );
-       PARA_DEBUG_LOG("slot %d: %s\n", slot_num, msg);
+       //PARA_DEBUG_LOG("slot %d: %s\n", slot_num, msg);
        return msg;
 empty:
        return para_strdup(NULL);