[rygel] server: Fix to_string() output
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] server: Fix to_string() output
- Date: Sat, 25 Apr 2015 06:38:04 +0000 (UTC)
commit 90f074dc7b26493a72448136644fb0a7e1892999
Author: Jens Georg <mail jensge org>
Date: Sat Apr 25 08:09:55 2015 +0200
server: Fix to_string() output
Signed-off-by: Jens Georg <mail jensge org>
.../rygel-http-byte-seek-response.vala | 2 +-
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 7d05e80..1cb2c22 100644
--- a/src/librygel-server/rygel-http-byte-seek-response.vala
+++ b/src/librygel-server/rygel-http-byte-seek-response.vala
@@ -79,6 +79,6 @@ public class Rygel.HTTPByteSeekResponse : Rygel.HTTPResponseElement {
.printf (this.start_byte,
this.end_byte,
this.total_size,
- this.total_size));
+ this.range_length));
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]