From d97d46e2806969c994647ee8e3ce64b4f3d1d9f6 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 6 Jun 2003 02:37:17 +0000 Subject: "" svn path=/trunk/; revision=684 --- externals/grill/flext/source/flbuf.cpp | 1 + 1 file changed, 1 insertion(+) (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 89258b11..1e7b6ccf 100644 --- a/externals/grill/flext/source/flbuf.cpp +++ b/externals/grill/flext/source/flbuf.cpp @@ -85,6 +85,7 @@ int flext::buffer::Set(const t_symbol *s,bool nameonly) if(valid) ret = -1; } else { + ret = 0; garray_usedindsp(arr); if(frames != frames1) { frames = frames1; if(!ret) ret = 1; } if(data != data1) { data = data1; if(!ret) ret = 1; } -- cgit v1.2.1