From fcf490af444f26010c6ea950af9b5f4b36984ace Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 22 Apr 2003 02:38:13 +0000 Subject: "" svn path=/trunk/; revision=582 --- externals/grill/flext/source/flbuf.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flbuf.cpp') diff --git a/externals/grill/flext/source/flbuf.cpp b/externals/grill/flext/source/flbuf.cpp index 5d004e4d..89258b11 100644 --- a/externals/grill/flext/source/flbuf.cpp +++ b/externals/grill/flext/source/flbuf.cpp @@ -73,7 +73,7 @@ int flext::buffer::Set(const t_symbol *s,bool nameonly) arr = (t_garray *)pd_findbyclass(const_cast(sym), garray_class); if(!arr) { - if (*GetString(sym)) error("buffer: no such array '%s'",GetString(sym)); + if (*GetString(sym)) FLEXT_LOG1("buffer: no such array '%s'",GetString(sym)); sym = NULL; if(valid) ret = -1; } @@ -108,7 +108,7 @@ int flext::buffer::Set(const t_symbol *s,bool nameonly) } } else { - error("buffer: symbol '%s' not defined", GetString(sym)); + FLEXT_LOG1("buffer: symbol '%s' not defined", GetString(sym)); if(valid) ret = -1; } #else @@ -261,7 +261,7 @@ void flext::buffer::Dirty(bool force) } } else { - error("buffer: symbol '%s' not defined",sym->s_name); + FLEXT_LOG1("buffer: symbol '%s' not defined",sym->s_name); } #else #error -- cgit v1.2.1