Mercurial > hg > libxtract
changeset 32:7c0f84f9874d
Minor PD external fix
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Fri, 20 Oct 2006 14:22:14 +0000 |
parents | cb667e483ad4 |
children | b073ffc3b17e |
files | examples/puredata/xtract~.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/puredata/xtract~.c Fri Oct 20 13:56:22 2006 +0000 +++ b/examples/puredata/xtract~.c Fri Oct 20 14:22:14 2006 +0000 @@ -244,5 +244,5 @@ class_addmethod(xtract_class, (t_method)xtract_tilde_show_help, gensym("help"), A_DEFSYMBOL, 0); CLASS_MAINSIGNALIN(xtract_class, t_xtract_tilde, f); - class_sethelpsymbol(xtract_class, gensym("help-flib")); + class_sethelpsymbol(xtract_class, gensym("help-xtract")); }