[PD-cvs] externals/grill/py/source bound.cpp,1.6,1.7

xovo at users.sourceforge.net xovo at users.sourceforge.net
Fri Dec 12 04:38:46 CET 2003


Update of /cvsroot/pure-data/externals/grill/py/source
In directory sc8-pr-cvs1:/tmp/cvs-serv4351/source

Modified Files:
	bound.cpp 
Log Message:
 ""

Index: bound.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/bound.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** bound.cpp	20 Oct 2003 02:38:10 -0000	1.6
--- bound.cpp	12 Dec 2003 03:38:44 -0000	1.7
***************
*** 124,127 ****
--- 124,130 ----
  V pyext::ClearBinding()
  {
+     // in case the object couldn't be constructed...
+     if(!pyobj) return;
+ 
      void *data = NULL;
      const t_symbol *sym = NULL;






More information about the Pd-cvs mailing list