aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbuf.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-06 02:37:17 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-06 02:37:17 +0000
commitd97d46e2806969c994647ee8e3ce64b4f3d1d9f6 (patch)
treea130ac9ea2144b6e2fd40dc56edb24558f54e566 /externals/grill/flext/source/flbuf.cpp
parent1b3a9c2ac678727df211d5de8bd032bc2cf1ac4b (diff)
""
svn path=/trunk/; revision=684
Diffstat (limited to 'externals/grill/flext/source/flbuf.cpp')
-rw-r--r--externals/grill/flext/source/flbuf.cpp1
1 files changed, 1 insertions, 0 deletions
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; }