Make struct telstr members tel_type and tel_length unsigned
They are simpler to use that way.
This commit is contained in:
parent
d2cd46ce20
commit
4c81ca34cb
6 changed files with 23 additions and 26 deletions
|
@ -115,7 +115,7 @@ wu(natid from, natid to, char *format, ...)
|
|||
int
|
||||
typed_wu(natid from, natid to, char *message, int type)
|
||||
{
|
||||
int len;
|
||||
size_t len;
|
||||
struct telstr tel;
|
||||
struct natstr *np;
|
||||
struct iovec iov[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue