Update of /cvsroot/pure-data/externals/grill/vasp/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29596/source
Modified Files: classes.cpp Log Message: small fix for new flext naming avoid malicious file name characters
Index: classes.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vasp/source/classes.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** classes.cpp 21 Mar 2003 04:36:07 -0000 1.8 --- classes.cpp 13 Mar 2005 04:58:02 -0000 1.9 *************** *** 58,62 **** if(argc > 0 && IsSymbol(argv[0])) { // send command to self! ! m_methodmain(0,GetSymbol(argv[0]),argc-1,argv+1);
// send command to the next objects in line --- 58,62 ---- if(argc > 0 && IsSymbol(argv[0])) { // send command to self! ! ToSelfAnything(0,GetSymbol(argv[0]),argc-1,argv+1);
// send command to the next objects in line