diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |