[PD-cvs] externals/iem/iem_tab/src tab_reverse.c,1.2,1.3

musil tmusil at users.sourceforge.net
Thu Dec 14 18:55:29 CET 2006


Update of /cvsroot/pure-data/externals/iem/iem_tab/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2358/iem/iem_tab/src

Modified Files:
	tab_reverse.c 
Log Message:
new date in header
corrected array length comparsion in method bang

Index: tab_reverse.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_reverse.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tab_reverse.c	10 Nov 2006 17:15:48 -0000	1.2
--- tab_reverse.c	14 Dec 2006 17:55:27 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
  
  
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  
***************
*** 48,52 ****
    if(ok_src && ok_dst)
    {
!     if(x->x_size_src1 > x->x_size_dst)
        n = x->x_size_src1;
      else
--- 48,52 ----
    if(ok_src && ok_dst)
    {
!     if(x->x_size_src1 < x->x_size_dst)
        n = x->x_size_src1;
      else





More information about the Pd-cvs mailing list