From 5a33517fef170ceb104b35aa690fdadcb0cf292b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 10 Jun 2003 02:33:37 +0000 Subject: "" svn path=/trunk/; revision=687 --- externals/grill/flext/source/flbuf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 1e7b6ccf..c9d37983 100644 --- a/externals/grill/flext/source/flbuf.cpp +++ b/externals/grill/flext/source/flbuf.cpp @@ -54,7 +54,7 @@ int flext::buffer::Set(const t_symbol *s,bool nameonly) bool valid = data != NULL; // valid now? (before change) if(s && sym != s) { - ret = -1; + ret = 1; data = NULL; frames = 0; chns = 0; -- cgit v1.2.1