[PD-cvs] pd/src g_readwrite.c,1.3,1.3.8.1

Tim Blechmann timblech at users.sourceforge.net
Sun May 22 14:46:52 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	g_readwrite.c 
Log Message:
upgrading to 0.39-test2


Index: g_readwrite.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_readwrite.c,v
retrieving revision 1.3
retrieving revision 1.3.8.1
diff -C2 -d -r1.3 -r1.3.8.1
*** g_readwrite.c	6 Sep 2004 20:20:34 -0000	1.3
--- g_readwrite.c	22 May 2005 12:46:50 -0000	1.3.8.1
***************
*** 82,86 ****
                  if (!nline)
                      break;
!                 array_resize(a, arraytemplate, nitems + 1);
                  element = (t_word *)(((char *)a->a_vec) +
                      nitems * elemsize);
--- 82,86 ----
                  if (!nline)
                      break;
!                 array_resize(a, nitems + 1);
                  element = (t_word *)(((char *)a->a_vec) +
                      nitems * elemsize);





More information about the Pd-cvs mailing list