[PD-cvs] pd/src s_file.c,1.2.4.8,1.2.4.9

Tim Blechmann timblech at users.sourceforge.net
Thu Jun 16 14:46:08 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	s_file.c 
Log Message:


Index: s_file.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_file.c,v
retrieving revision 1.2.4.8
retrieving revision 1.2.4.9
diff -C2 -d -r1.2.4.8 -r1.2.4.9
*** s_file.c	17 Jan 2005 20:19:28 -0000	1.2.4.8
--- s_file.c	16 Jun 2005 12:46:05 -0000	1.2.4.9
***************
*** 308,311 ****
--- 308,313 ----
      if (sys_getpreference("audiobuf", prefbuf, MAXPDSTRING))
          sscanf(prefbuf, "%d", &advance);
+ 	if (!advance)
+ 		advance = 1;
      if (sys_getpreference("dacblocksize", prefbuf, MAXPDSTRING))
          sscanf(prefbuf, "%d", &dacblocksize);





More information about the Pd-cvs mailing list