[PD-cvs] pd/src s_audio.c,1.5.4.16.2.20.2.11,1.5.4.16.2.20.2.12

Mathieu Bouchard matju at users.sourceforge.net
Sat Jul 7 00:43:12 CEST 2007


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

Modified Files:
      Tag: desiredata
	s_audio.c 
Log Message:
send list of available APIs to client even when there's only one.


Index: s_audio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio.c,v
retrieving revision 1.5.4.16.2.20.2.11
retrieving revision 1.5.4.16.2.20.2.12
diff -C2 -d -r1.5.4.16.2.20.2.11 -r1.5.4.16.2.20.2.12
*** s_audio.c	30 Jun 2007 22:40:13 -0000	1.5.4.16.2.20.2.11
--- s_audio.c	6 Jul 2007 22:43:09 -0000	1.5.4.16.2.20.2.12
***************
*** 631,636 ****
  #endif
      strcat(buf, "}");
-     /* then again, if only one API (or none) we don't offer any choice. */
-     if (n < 2) strcpy(buf, "{}");
  }
  
--- 631,634 ----





More information about the Pd-cvs mailing list