aboutsummaryrefslogtreecommitdiff
path: root/tcl_typemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_typemap.c')
-rw-r--r--tcl_typemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_typemap.c b/tcl_typemap.c
index 3671025..486f015 100644
--- a/tcl_typemap.c
+++ b/tcl_typemap.c
@@ -49,7 +49,7 @@ const char* pdatom_type_string(t_atom* a) {
case A_POINTER:
return "pointer";
default:
- post("atom_type_string: unsupported/unknown selector: %d", a->a_type);
+ error("atom_type_string: unsupported/unknown selector: %d", a->a_type);
return "???";
}
}