[PD-cvs] pd/src m_binbuf.c,1.4.4.1.2.8.2.4,1.4.4.1.2.8.2.5

Mathieu Bouchard matju at users.sourceforge.net
Thu Dec 14 03:20:38 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1666

Modified Files:
      Tag: desiredata
	m_binbuf.c 
Log Message:
so that crash protection really works


Index: m_binbuf.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_binbuf.c,v
retrieving revision 1.4.4.1.2.8.2.4
retrieving revision 1.4.4.1.2.8.2.5
diff -C2 -d -r1.4.4.1.2.8.2.4 -r1.4.4.1.2.8.2.5
*** m_binbuf.c	13 Dec 2006 06:13:02 -0000	1.4.4.1.2.8.2.4
--- m_binbuf.c	14 Dec 2006 02:20:35 -0000	1.4.4.1.2.8.2.5
***************
*** 601,604 ****
--- 601,605 ----
  			if (!hash_exists(object_table,target)) {
  				error("%s target is not a currently valid pointer",s->s_name);
+ 				return 0;
  			}
  		}





More information about the Pd-cvs mailing list