Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19462
Modified Files: Tag: devel_0_39 desire.c Log Message: fixed [cnv]: was being saved as [vu]
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.100 retrieving revision 1.1.2.101 diff -C2 -d -r1.1.2.100 -r1.1.2.101 *** desire.c 11 Aug 2006 01:49:44 -0000 1.1.2.100 --- desire.c 11 Aug 2006 03:54:23 -0000 1.1.2.101 *************** *** 12460,12464 **** t_foo foo = {0,0,b}; if (!b) return; ! pd_savehead(b,x,"vu"); cnv_pickle(x,&foo); // binbuf_print(b); --- 12460,12464 ---- t_foo foo = {0,0,b}; if (!b) return; ! pd_savehead(b,x,"cnv"); cnv_pickle(x,&foo); // binbuf_print(b);