aboutsummaryrefslogtreecommitdiff
path: root/pd/src/x_connective.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/x_connective.c')
-rw-r--r--pd/src/x_connective.c2
1 files changed, 1 insertions, 1 deletions
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;