From c1f00275ddeca85ca35d8617268c35e75fd64080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Mar 2022 10:10:13 +0100 Subject: [PATCH] use (int) for x->rxerrors --- comport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comport.c b/comport.c index fb1faab..3395c67 100644 --- a/comport.c +++ b/comport.c @@ -84,7 +84,7 @@ typedef struct comport int ctsrts; /* nonzero if ctsrts handshaking is on */ int hupcl; /* nonzero if hang-up on close is on */ - short rxerrors; /* holds the rx line errors */ + int rxerrors; /* holds the rx line errors */ int verbose; /* buffers */