[xiph-commits] r8200 - icecast/trunk/icecast/src
oddsock at motherfish-iii.xiph.org
oddsock at motherfish-iii.xiph.org
Sun Nov 14 19:53:16 PST 2004
Author: oddsock
Date: 2004-11-14 19:53:16 -0800 (Sun, 14 Nov 2004)
New Revision: 8200
Modified:
icecast/trunk/icecast/src/fserve.c
Log:
should be a long long, instead of a long
Modified: icecast/trunk/icecast/src/fserve.c
===================================================================
--- icecast/trunk/icecast/src/fserve.c 2004-11-15 03:50:42 UTC (rev 8199)
+++ icecast/trunk/icecast/src/fserve.c 2004-11-15 03:53:16 UTC (rev 8200)
@@ -364,7 +364,7 @@
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;
More information about the commits
mailing list