diff decoders/raw.c @ 62:b13fafb976be

Changed _D macro to DBGSND.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 15:31:25 +0000
parents ea58bc3b15d7
children 40006625142a
line wrap: on
line diff
--- a/decoders/raw.c	Mon Sep 24 15:31:03 2001 +0000
+++ b/decoders/raw.c	Mon Sep 24 15:31:25 2001 +0000
@@ -112,7 +112,7 @@
         return(0);
     } /* if */
 
-    _D(("RAW: Accepting data stream.\n"));
+    SNDDBG(("RAW: Accepting data stream.\n"));
 
         /*
          * We never convert raw samples; what you ask for is what you get.