summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-04-25 08:32:49 +0200
committerJens Georg <mail@jensge.org>2015-04-25 08:34:48 +0200
commit2e44039a26f2243b35da153df51dd945ddaf18ce (patch)
tree2e0c256249160476fccdc7c7f20bf7d291545905 /src
parent90f074dc7b26493a72448136644fb0a7e1892999 (diff)
downloadrygel-2e44039a26f2243b35da153df51dd945ddaf18ce.tar.gz
server: Minor style fix
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'src')
-rw-r--r--src/librygel-server/rygel-http-byte-seek-response.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librygel-server/rygel-http-byte-seek-response.vala b/src/librygel-server/rygel-http-byte-seek-response.vala
index 1cb2c225..51f98f6c 100644
--- a/src/librygel-server/rygel-http-byte-seek-response.vala
+++ b/src/librygel-server/rygel-http-byte-seek-response.vala
@@ -71,7 +71,7 @@ public class Rygel.HTTPByteSeekResponse : Rygel.HTTPResponseElement {
this.end_byte,
this.total_size);
request.msg.response_headers.append ("Accept-Ranges", "bytes");
- request.msg.response_headers.set_content_length (range_length);
+ request.msg.response_headers.set_content_length (this.range_length);
}
public override string to_string () {