[libgdata] [core] Remove a dead assignment
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [core] Remove a dead assignment
- Date: Sun, 8 Aug 2010 23:03:22 +0000 (UTC)
commit 90a9933a633320089fb5995e8c5d0c5dc8fd62e6
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Aug 7 19:28:02 2010 +0100
[core] Remove a dead assignment
gdata/gdata-buffer.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gdata/gdata-buffer.c b/gdata/gdata-buffer.c
index 18f1395..8d73a28 100644
--- a/gdata/gdata-buffer.c
+++ b/gdata/gdata-buffer.c
@@ -290,7 +290,6 @@ gdata_buffer_pop_data (GDataBuffer *self, guint8 *data, gsize length_requested,
if (G_LIKELY (length_remaining > 0)) {
/* Copy the requested data to the output */
memcpy (data, chunk->data, length_remaining);
- data += length_remaining;
self->head_read_offset = length_remaining;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]