aboutsummaryrefslogtreecommitdiff
path: root/comport/comport.c
diff options
context:
space:
mode:
Diffstat (limited to 'comport/comport.c')
-rw-r--r--comport/comport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/comport.c b/comport/comport.c
index e951531..60ecb43 100644
--- a/comport/comport.c
+++ b/comport/comport.c
@@ -1234,7 +1234,7 @@ allows COM port numbers to be specified. */
if(fd == INVALID_HANDLE_VALUE )
{
- pd_error(x, "[comport] opening serial port %d failed!", com_num);
+ pd_error(x, "[comport] opening serial port %f failed!", com_num);
}
else
{