[PD-cvs] externals/zexy/src index.c,1.5,1.6

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Jun 15 17:52:09 CEST 2005


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

Modified Files:
	index.c 
Log Message:
oops, declaration after code


Index: index.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/index.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.c	15 Jun 2005 15:49:18 -0000	1.5
--- index.c	15 Jun 2005 15:52:07 -0000	1.6
***************
*** 257,264 ****
  
    while(step>1){
      //step = (step % 2)?(step+1)/2:step/2;
      step+=step%2;
      step>>=1;
-     int i = loops;
      loops+=2;
  
--- 257,264 ----
  
    while(step>1){
+     int i = loops;
      //step = (step % 2)?(step+1)/2:step/2;
      step+=step%2;
      step>>=1;
      loops+=2;
  





More information about the Pd-cvs mailing list