aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-11-10 21:41:08 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-11-10 21:41:08 +0000
commitb55d6563278e410683156d11f94b7da5d2d56b45 (patch)
treeb85dd28265154d489fbe75f7e0ce4bfe8fab74e4
parent1870952e54f2b489717fb99051f6ddabf1e64425 (diff)
you want a symbol on the 2nd inlet
svn path=/trunk/externals/tclfile/; revision=15718
-rw-r--r--exists.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/exists.tcl b/exists.tcl
index a74aa84..66fa71c 100644
--- a/exists.tcl
+++ b/exists.tcl
@@ -20,7 +20,7 @@ proc+ exists::0_bang {self} {
pd::outlet $self 0 float [file exists $@filename]
}
-proc+ exists::1_anything {self args} {
+proc+ exists::1_symbol {self args} {
# COLD inlet
set @filename [pd::arg 0 symbol]
}