aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flout.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-02-04 04:32:11 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-02-04 04:32:11 +0000
commit1d529942fe72feff85c24a03b4d8b844c4e6bf3f (patch)
tree1b666a1c6c1a7705fb193a3bea84ef263c601fdd /externals/grill/flext/source/flout.cpp
parentf5fd60211aa7eb4017bdbc48b96c7cc4f7a3d98a (diff)
""
svn path=/trunk/; revision=381
Diffstat (limited to 'externals/grill/flext/source/flout.cpp')
-rw-r--r--externals/grill/flext/source/flout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flout.cpp b/externals/grill/flext/source/flout.cpp
index 802d299d..75da3023 100644
--- a/externals/grill/flext/source/flout.cpp
+++ b/externals/grill/flext/source/flout.cpp
@@ -174,14 +174,14 @@ bool flext_base::InitInlets()
for(cnt = 0,ix = incnt-1; ix >= insigs; --ix,++cnt) {
if(ix == 0) {
if(list[ix] != xlet::tp_any) {
- error("%s: Leftmost inlet must be of type signal or default",thisName());
+ error("%s: Leftmost inlet must be of type signal or anything",thisName());
ok = false;
}
}
else {
switch(list[ix]) {
case xlet::tp_sig:
- error("%s: All signal inlets must be at the left side",thisName());
+ error("%s: All signal inlets must be left-aligned",thisName());
ok = false;
break;
case xlet::tp_float: