[PD-cvs] pd/src desire.tk,1.1.2.600.2.149,1.1.2.600.2.150

Mathieu Bouchard matju at users.sourceforge.net
Wed Jan 3 01:34:34 CET 2007


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

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
fix for deleting [*]


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.149
retrieving revision 1.1.2.600.2.150
diff -C2 -d -r1.1.2.600.2.149 -r1.1.2.600.2.150
*** desire.tk	3 Jan 2007 00:29:55 -0000	1.1.2.600.2.149
--- desire.tk	3 Jan 2007 00:34:30 -0000	1.1.2.600.2.150
***************
*** 7620,7624 ****
  def Box deconstruct {} {
  	global fields
! 	if {[array names fields $@pdclass] == ""} {
  		return [concat [list #X obj  $@x1 $@y1] $@text]
  	} {
--- 7620,7624 ----
  def Box deconstruct {} {
  	global fields
! 	if {[array names -exact fields $@pdclass] == ""} {
  		return [concat [list #X obj  $@x1 $@y1] $@text]
  	} {





More information about the Pd-cvs mailing list