]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_oss.c
newline change?
[xonotic/darkplaces.git] / snd_oss.c
index 4579e40d640c2352da25e4cdef47268c28224468..a0afe75d7a4f8581d634406f0c7fc3a2439c11ff 100644 (file)
--- a/snd_oss.c
+++ b/snd_oss.c
@@ -240,7 +240,7 @@ int SNDDMA_GetDMAPos(void)
                return 0;
        }
 //     shm->samplepos = (count.bytes / (shm->samplebits / 8)) & (shm->samples-1);
-//     fprintf(stderr, "%d    \r", count.ptr);
+//     Qprintf(stderr, "%d    \r", count.ptr);
        shm->samplepos = count.ptr / (shm->samplebits / 8);
 
        return shm->samplepos;