[PD-cvs] externals/ffext/tracker tracker.c,1.5,1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Oct 29 19:58:44 CET 2007


Update of /cvsroot/pure-data/externals/ffext/tracker
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1599/ffext/tracker

Modified Files:
	tracker.c 
Log Message:


Following this thread:

http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html

I have changed the save functions so that they will save the name of the
object that it was actually instantiated with.  This allows objects with
savefns to work properly with namespaces.

This is a fix for this bug:
http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070



Index: tracker.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ffext/tracker/tracker.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tracker.c	29 Sep 2007 11:10:59 -0000	1.5
--- tracker.c	29 Oct 2007 18:58:42 -0000	1.6
***************
*** 196,200 ****
      binbuf_addv(b, "ssiis", gensym("#X"), gensym("obj"),
          (t_int)x->x_obj.te_xpix, (t_int)x->x_obj.te_ypix,
!         gensym("tracker"));
  
      if(x->b_save_data) {
--- 196,200 ----
      binbuf_addv(b, "ssiis", gensym("#X"), gensym("obj"),
          (t_int)x->x_obj.te_xpix, (t_int)x->x_obj.te_ypix,
!         atom_getsymbol(binbuf_getvec(x->x_obj.te_binbuf)));
  
      if(x->b_save_data) {





More information about the Pd-cvs mailing list