diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2003-08-14 14:26:06 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2003-08-14 14:26:06 +0000 |
commit | 053845e60bc1f6143e7c50aa10069a18405c2161 (patch) | |
tree | a0269d1cf9c82c0551694e4d37e49cebd32881bd /cyclone/hammer | |
parent | c2a6b33ed5c7686421c66fa90fe18e1d7a14b7ec (diff) |
*** empty log message ***
svn path=/trunk/externals/miXed/; revision=845
Diffstat (limited to 'cyclone/hammer')
-rw-r--r-- | cyclone/hammer/substitute.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cyclone/hammer/substitute.c b/cyclone/hammer/substitute.c index 48a9b9d..c68419d 100644 --- a/cyclone/hammer/substitute.c +++ b/cyclone/hammer/substitute.c @@ -2,6 +2,10 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ +/* CHECKED refman's rubbish: 1st outlet used only if there is a match, + unchanged messages go through the 2nd outlet (no bang there), + 3rd argument ignored (no single-replacement mode). */ + #include <string.h> #include "m_pd.h" #include "common/grow.h" |