diff options
Diffstat (limited to 'vdr-smarttvweb/httpresource.h')
-rw-r--r-- | vdr-smarttvweb/httpresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.h b/vdr-smarttvweb/httpresource.h index 22e44c4..51c59ef 100644 --- a/vdr-smarttvweb/httpresource.h +++ b/vdr-smarttvweb/httpresource.h @@ -161,7 +161,7 @@ class cHttpResource { int sendMediaSegment (struct stat *statbuf); void sendHeaders(int status, const char *title, const char *extra, const char *mime, - off_t length, time_t date); + long long int length, time_t date); int sendFile(struct stat *statbuf); |