aboutsummaryrefslogtreecommitdiff
path: root/exists.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'exists.tcl')
-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]
}