fix compile warning on 32-bit platforms

This commit is contained in:
Bert Vermeulen 2011-01-23 05:32:37 +01:00
parent 070befcd1c
commit 108a5bfbba
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ static int receive_data(int fd, int revents, void *user_data)
{
struct datafeed_packet packet;
char c[BUFSIZE];
uint64_t z;
gsize z;
/* Avoid compiler warnings. */
fd = fd;