Revision: 9920 http://pure-data.svn.sourceforge.net/pure-data/?rev=9920&view=rev Author: zmoelnig Date: 2008-05-26 00:33:25 -0700 (Mon, 26 May 2008)
Log Message: ----------- refixed bug #1930733
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/m_class.c
Modified: branches/pd-extended/v0-40/pd/src/m_class.c =================================================================== --- branches/pd-extended/v0-40/pd/src/m_class.c 2008-05-26 00:42:38 UTC (rev 9919) +++ branches/pd-extended/v0-40/pd/src/m_class.c 2008-05-26 07:33:25 UTC (rev 9920) @@ -803,7 +803,7 @@ void pd_vmess(t_pd *x, t_symbol *sel, char *fmt, ...) { va_list ap; - t_atom arg[MAXPDARG], *at =arg; + t_atom arg[MAXPDARG+1], *at =arg; int nargs = 0; char *fp = fmt;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.