diff options
Diffstat (limited to 'cyclone')
-rw-r--r-- | cyclone/hammer/testmess.c | 2 | ||||
-rw-r--r-- | cyclone/notes.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cyclone/hammer/testmess.c b/cyclone/hammer/testmess.c index 862e0f1..21ebb7b 100644 --- a/cyclone/hammer/testmess.c +++ b/cyclone/hammer/testmess.c @@ -251,7 +251,7 @@ static void testmess_setnames(t_testmess *x, t_symbol *s, if (natoms > 0 && testmess_makeroom(x, natoms * 2, 0)) { testmess_setnatoms(x, natoms); - fragile_class_getnames(x->x_message); + fragile_class_getnames(x->x_message, natoms); } } else diff --git a/cyclone/notes.txt b/cyclone/notes.txt index 6c62f4c..8ac4f0f 100644 --- a/cyclone/notes.txt +++ b/cyclone/notes.txt @@ -1,4 +1,6 @@ TODO for cyclone + * add folder class, so people forget about using tot for that purpose + * plug import into file/open DONE for cyclone |