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
|
@ -49,8 +49,8 @@
|
|||
|
||||
struct telstr {
|
||||
natid tel_from; /* sender */
|
||||
signed char tel_type;
|
||||
long tel_length; /* how long */
|
||||
unsigned char tel_type;
|
||||
unsigned tel_length; /* how long */
|
||||
time_t tel_date; /* when sent */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue