use (int) for x->rxerrors
This commit is contained in:
parent
7cea55b373
commit
c1f00275dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue