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:
parent
fa56e5b64d
commit
726e8fc099
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user