[PD-cvs] externals/grill/flext/source flatom_pr.cpp,1.24,1.25

Thomas Grill xovo at users.sourceforge.net
Tue Jun 27 01:46:16 CEST 2006


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1225/source

Modified Files:
	flatom_pr.cpp 
Log Message:
stripped unneeded code
cosmetic changes to calm the compiler


Index: flatom_pr.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flatom_pr.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** flatom_pr.cpp	20 Jun 2006 00:04:11 -0000	1.24
--- flatom_pr.cpp	26 Jun 2006 23:46:13 -0000	1.25
***************
*** 34,39 ****
      }
      else if(IsSymbol(a)) {
- 		FLEXT_ASSERT(IsSymbol(a));
- 
  		const char *c = GetString(a);
  		size_t len = strlen(c);
--- 34,37 ----





More information about the Pd-cvs mailing list