[PD-cvs] externals/pdogg/oggwrite~ oggwrite~.c,1.6,1.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Nov 27 08:11:10 CET 2005


Update of /cvsroot/pure-data/externals/pdogg/oggwrite~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv978/oggwrite~

Modified Files:
	oggwrite~.c 
Log Message:
removed class_sethelpsymbol() since its unneeded and causes problems

Index: oggwrite~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/pdogg/oggwrite~/oggwrite~.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** oggwrite~.c	22 Oct 2004 02:27:47 -0000	1.6
--- oggwrite~.c	27 Nov 2005 07:11:07 -0000	1.7
***************
*** 740,744 ****
          sizeof(t_oggwrite), 0, 0);
      CLASS_MAINSIGNALIN(oggwrite_class, t_oggwrite, x_f );
-     class_sethelpsymbol(oggwrite_class, gensym("help-oggwrite~.pd"));
      class_addmethod(oggwrite_class, (t_method)oggwrite_dsp, gensym("dsp"), 0);
      class_addmethod(oggwrite_class, (t_method)oggwrite_open, gensym("open"), A_SYMBOL, 0);
--- 740,743 ----





More information about the Pd-cvs mailing list