use (int) for x->rxerrors

This commit is contained in:
IOhannes m zmölnig 2022-03-21 10:10:13 +01:00
parent 7cea55b373
commit c1f00275dd

View file

@ -84,7 +84,7 @@ typedef struct comport
int ctsrts; /* nonzero if ctsrts handshaking is on */ int ctsrts; /* nonzero if ctsrts handshaking is on */
int hupcl; /* nonzero if hang-up on close 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; int verbose;
/* buffers */ /* buffers */