Update of /cvsroot/audacity/lib-src/libnyquist/nyquist/nyqsrc
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32701/lib-src/libnyquist/nyquist/nyqsrc

Modified Files:
        sound.c 
Log Message:
Turning off debugging in Nyquist and these two function calls need to be 
protected.

Index: sound.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/nyquist/nyqsrc/sound.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound.c     29 Jan 2009 18:04:22 -0000      1.1
+++ sound.c     26 Feb 2009 03:11:28 -0000      1.2
@@ -1087,8 +1087,10 @@
     /* this should never happen */
     if (*cnt == 0) {
         stdputstr("SND_get_first returned 0 samples\n");
+#if DEBUG_MEM
         dbg_mem_print("snd_list info:", snd_list);
         dbg_mem_print("block info:", snd_list->block);
+#endif
         sound_print_tree(snd);
         stdputstr("It is possible that you created a recursive sound\n");
         stdputstr("using something like: (SETF X (SEQ (SOUND X) ...))\n");


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to