Update of /cvsroot/pure-data/externals/grill/pool/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4924/source
Modified Files: pool.cpp Log Message: ""
Index: pool.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/source/pool.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pool.cpp 17 Aug 2004 04:11:28 -0000 1.7 --- pool.cpp 21 Aug 2004 04:13:01 -0000 1.8 *************** *** 863,868 ****
if(tag == "pool") { ! if(tag.type == xmltag::t_start) ! LdDirXMLRec(is,depth,mkdir,AtomList()); else post("pool - pool not initialized yet"); --- 863,870 ----
if(tag == "pool") { ! if(tag.type == xmltag::t_start) { ! AtomList empty; // must be a separate definition for gcc ! LdDirXMLRec(is,depth,mkdir,empty); ! } else post("pool - pool not initialized yet");