[PD-cvs] pd/src s_audio_portaudio.c,1.1.2.4,1.1.2.5

Thomas Grill xovo at users.sourceforge.net
Sat May 6 20:11:22 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16791/src

Modified Files:
      Tag: devel_0_39
	s_audio_portaudio.c 
Log Message:
added default return values (index not found)

Index: s_audio_portaudio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_portaudio.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** s_audio_portaudio.c	5 May 2006 20:55:52 -0000	1.1.2.4
--- s_audio_portaudio.c	6 May 2006 18:11:20 -0000	1.1.2.5
***************
*** 592,595 ****
--- 592,597 ----
          }
      }
+ 
+     return -1;
  }
  
***************
*** 611,613 ****
--- 613,617 ----
          }
      }
+ 
+     return -1;
  }





More information about the Pd-cvs mailing list