[PD] patch for prepend.c

Orm Finnendahl finnendahl at folkwang-hochschule.de
Mon Jun 2 21:53:46 CEST 2003


Hi Guenter,

I tried to compile some externals for Mac OS X and found that prepend
doesn't seem to work. I guess I found the problem (using outlet_list
instead of outlet_anything) and attached the patch for prepend.c.

It works on OS X and still works on linux in the changed version. I
wonder, why it worked on linux in the first place...

--
Orm
-------------- next part --------------
*** prepend.c-old	2001-11-02 12:40:31.000000000 +0100
--- prepend.c	2003-06-02 21:44:59.000000000 +0200
***************
*** 49,55 ****
  	  argv++;
       }
  
!      outlet_list(x->x_obj.ob_outlet,x->x_s,c_out,(t_atom*)&a_out);
       post("done");
  }
  
--- 49,55 ----
  	  argv++;
       }
  
!      outlet_anything(x->x_obj.ob_outlet,x->x_s,c_out,(t_atom*)&a_out);
       post("done");
  }
  


More information about the Pd-list mailing list