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;