Update of /cvsroot/pure-data/externals/grill/pool In directory sc8-pr-cvs1:/tmp/cvs-serv4271
Modified Files: pool.cpp pool.cw Log Message: ""
Index: pool.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/pool.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pool.cpp 6 Dec 2003 03:38:13 -0000 1.12 --- pool.cpp 12 Dec 2003 03:38:10 -0000 1.13 *************** *** 689,693 **** else if(tag.type == xmltag::t_end) { if(d.Count()) ! d.Set(d.Count()-1,d.Atoms(),0,true); else post("pool - superfluous </dir> in XML data"); --- 689,693 ---- else if(tag.type == xmltag::t_end) { if(d.Count()) ! d.Part(0,d.Count()-1); else post("pool - superfluous </dir> in XML data");
Index: pool.cw =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/pool.cw,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 Binary files /tmp/cvs7gHNun and /tmp/cvsWfUJlC differ