From 1d529942fe72feff85c24a03b4d8b844c4e6bf3f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 4 Feb 2003 04:32:11 +0000 Subject: "" svn path=/trunk/; revision=381 --- externals/grill/flext/source/flout.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source/flout.cpp') 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: -- cgit v1.2.1