aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpt.c b/src/lpt.c
index d33c74f..270aead 100644
--- a/src/lpt.c
+++ b/src/lpt.c
@@ -218,7 +218,7 @@ static void *lpt_new(t_symbol *s, int argc, t_atom *argv)
}
if ((x->device<0) && (!x->port || x->port>65535)){
- post("lpt : bad port %x", x->port);
+ error("lpt : bad port %x", x->port);
x->port = 0;
return (x);
}