From cde1ee8fa147dfd15dc5c5b43093cd8c8a402b74 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Wed, 16 Jan 2008 21:54:11 +0000 Subject: 0.41-0 test 11 svn path=/trunk/; revision=9147 --- pd/src/x_connective.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/x_connective.c') diff --git a/pd/src/x_connective.c b/pd/src/x_connective.c index 2f291f50..8687154e 100644 --- a/pd/src/x_connective.c +++ b/pd/src/x_connective.c @@ -1232,7 +1232,7 @@ static void makefilename_scanformat(t_makefilename *x) 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; -- cgit v1.2.1