Update of /cvsroot/pure-data/externals/footils/fluid/fluid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12664
Modified Files: main.cpp Log Message: Fix for proper initialization of synth as provided by Bryan Jurish.
Index: main.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/footils/fluid/fluid/main.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** main.cpp 22 Nov 2004 13:26:30 -0000 1.8 --- main.cpp 6 Feb 2007 16:34:00 -0000 1.9 *************** *** 247,250 **** --- 247,251 ----
void fluid::fluid_init(int argc, t_atom *argv) + : synth(NULL) { if (synth != NULL)