1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

should be a long long, instead of a long

svn path=/icecast/trunk/icecast/; revision=8200
This commit is contained in:
oddsock 2004-11-15 03:53:16 +00:00
parent fa56e5b64d
commit 726e8fc099

View File

@ -364,7 +364,7 @@ int fserve_client_create(client_t *httpclient, char *path)
ice_config_t *config = config_get_config();
struct stat file_buf;
char *range = NULL;
long new_content_len = 0;
int64_t new_content_len = 0;
int64_t rangenumber = 0;
int rangeproblem = 0;
int ret = 0;