Normalize unsigned int to just unsigned.
This commit is contained in:
parent
e09e6e587b
commit
e28851b8e9
8 changed files with 13 additions and 17 deletions
|
@ -64,7 +64,7 @@ rea(void)
|
|||
FILE *telfp;
|
||||
int teles;
|
||||
int size;
|
||||
unsigned int nbytes;
|
||||
unsigned nbytes;
|
||||
char buf[1024];
|
||||
char msgbuf[4096]; /* UTF-8 */
|
||||
int lasttype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue