diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-26 05:16:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-26 05:16:58 +0000 |
commit | b75f2b64a203084ea89f2ef0809d31edf1efd05a (patch) | |
tree | d43c7d3863bbf2c09dbf045a4132403379b7b4b9 /cyclone/hammer/coll.c | |
parent | a31e4a69b32812ef2ad0de322c54996bb16c09fa (diff) |
removing bang after [write( after checking the Max/MSP help patch on Max 4.5, Max5 and Max6
svn path=/trunk/externals/miXed/; revision=16589
Diffstat (limited to 'cyclone/hammer/coll.c')
-rw-r--r-- | cyclone/hammer/coll.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cyclone/hammer/coll.c b/cyclone/hammer/coll.c index 4dd8a52..fc81b30 100644 --- a/cyclone/hammer/coll.c +++ b/cyclone/hammer/coll.c @@ -689,10 +689,6 @@ static void collcommon_dowrite(t_collcommon *cc, t_symbol *fn, t_canvas *cv) loud_error(0, "coll: error writing text file '%s'", fn->s_name); else { - t_coll *x; - /* LATER consider making this more robust */ - for (x = cc->c_refs; x; x = x->x_next) - outlet_bang(x->x_filebangout); cc->c_lastcanvas = cv; cc->c_filename = fn; } |