aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbase.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-08-19 02:37:30 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-08-19 02:37:30 +0000
commit47786f06588886651bb6400269fe5c310313c29d (patch)
tree755f995f89a6414bc436bf7a53d35ff2912e6586 /externals/grill/flext/source/flbase.cpp
parent3dccb560ee6e3a5c6a1d588aabcf168df0f9ae43 (diff)
""
svn path=/trunk/; revision=884
Diffstat (limited to 'externals/grill/flext/source/flbase.cpp')
-rw-r--r--externals/grill/flext/source/flbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flbase.cpp b/externals/grill/flext/source/flbase.cpp
index bbd4cc1c..0619b796 100644
--- a/externals/grill/flext/source/flbase.cpp
+++ b/externals/grill/flext/source/flbase.cpp
@@ -97,9 +97,9 @@ void flext_obj::DefineHelp(t_classid c,const char *ref,const char *dir,bool addt
const t_symbol *flext_obj::GetParamSym(const t_symbol *sym,t_canvas *c)
{
+#if FLEXT_SYS == FLEXT_SYS_PD
if(!c) c = canvas_getcurrent();
-#if FLEXT_SYS == FLEXT_SYS_PD
const char *s = GetString(sym);
if((s[0] == '$' || s[0] == '#') && isdigit(s[1])) {
// patcher parameter detected... get value!