(player_addrlen): Change type to size_t. Fixes type error in
player_init(), which was most likely fatal on 64 bit hosts. Broken in rev. 1.34.
This commit is contained in:
parent
422d8e517f
commit
0ac8d97d60
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
static struct emp_qelem Players;
|
static struct emp_qelem Players;
|
||||||
static int player_socket;
|
static int player_socket;
|
||||||
static int player_addrlen;
|
static size_t player_addrlen;
|
||||||
|
|
||||||
void
|
void
|
||||||
player_init(void)
|
player_init(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue