Update of /cvsroot/pure-data/externals/footils/fluid/fluid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32063
Modified Files: main.cpp Log Message: duh, now the correct fix for the fix was committed
Index: main.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/footils/fluid/fluid/main.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** main.cpp 6 Feb 2007 16:34:00 -0000 1.9 --- main.cpp 6 Feb 2007 20:18:36 -0000 1.10 *************** *** 51,54 **** --- 51,55 ---- public: fluid(int argc, t_atom *argv) + : synth(NULL) { AddInAnything(); // slurp anything *************** *** 247,251 ****
void fluid::fluid_init(int argc, t_atom *argv) - : synth(NULL) { if (synth != NULL) --- 248,251 ----