diff options
author | thlo <t.lohmar@gmx.de> | 2012-12-29 08:06:31 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2012-12-29 08:06:31 +0100 |
commit | c822638483774188f436ff7019112d2502c5a141 (patch) | |
tree | 7de7ec18b17c9a98773fd53772e31fac0dc70c52 /vdr-smarttvweb/httpresource.h | |
parent | 2370c4c3c3f5bd7e330f7da934773ad0289bdcc0 (diff) | |
download | vdr-plugin-smarttvweb-c822638483774188f436ff7019112d2502c5a141.tar.gz vdr-plugin-smarttvweb-c822638483774188f436ff7019112d2502c5a141.tar.bz2 |
changed from off_t to uint64_t
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); |