Revision: 9601 http://pure-data.svn.sourceforge.net/pure-data/?rev=9601&view=rev Author: eighthave Date: 2008-03-17 11:40:38 -0700 (Mon, 17 Mar 2008)
Log Message: ----------- checked in patch #1862168 to fix [makefilename %c]
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/x_connective.c
Modified: branches/pd-extended/v0-40/pd/src/x_connective.c =================================================================== --- branches/pd-extended/v0-40/pd/src/x_connective.c 2008-03-17 17:34:23 UTC (rev 9600) +++ branches/pd-extended/v0-40/pd/src/x_connective.c 2008-03-17 18:40:38 UTC (rev 9601) @@ -1229,7 +1229,7 @@ x->x_intconvert = 0; break; } - if (strchr("xXdiou",*str)!=0) { + if (strchr("xXdiouc",*str)!=0) { x->x_accept = A_FLOAT; x->x_intconvert = 1; break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.