[PD-cvs] externals/ff ff.c,1.2,1.3

Gerard van Dongen vdongen at users.sourceforge.net
Sat May 29 10:04:58 CEST 2004


Update of /cvsroot/pure-data/externals/ff
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20145

Modified Files:
	ff.c 
Log Message:
fixed typo in conditional expression

Index: ff.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ff/ff.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ff.c	25 May 2004 04:42:16 -0000	1.2
--- ff.c	29 May 2004 08:04:56 -0000	1.3
***************
*** 150,154 ****
  	}
  
! 	if (x->do_that.value = FF_STATUS_PLAYING) {
  
  		x->do_that.type = EV_FF;
--- 150,154 ----
  	}
  
! 	if (x->do_that.value == FF_STATUS_PLAYING) {
  
  		x->do_that.type = EV_FF;





More information about the Pd-cvs mailing list