diff options
Diffstat (limited to 'cyclone/hammer/seq.c')
-rw-r--r-- | cyclone/hammer/seq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cyclone/hammer/seq.c b/cyclone/hammer/seq.c index 26027c0..38b0769 100644 --- a/cyclone/hammer/seq.c +++ b/cyclone/hammer/seq.c @@ -861,6 +861,7 @@ mfwritefailed: } /* CHECKED text file input: absolute timestamps, semi-terminated, verified */ +/* FIXME prevent loading .pd files... */ static int seq_fromatoms(t_seq *x, int ac, t_atom *av, int abstime) { int i, nevents = 0; |