Diff between aa1b87b6d8a8d51632ab31b637d85183944ac3a8 and 8bbfd51a9f5c46514037622c8711152c570b91d4
Changed Files
| File | Additions | Deletions | Status |
| gobex/gobex-packet.c | +1 | -0 | modified |
Full Patch
diff --git a/gobex/gobex-packet.c b/gobex/gobex-packet.c
index 957e1cc..6ac77bf 100644
--- a/gobex/gobex-packet.c
+++ b/gobex/gobex-packet.c
@@ -160,6 +160,7 @@ static gboolean parse_headers(GObexPacket *pkt, const void *data, gsize len,
return FALSE;
pkt->headers = g_slist_append(pkt->headers, header);
+ pkt->hlen += parsed;
len -= parsed;
buf += parsed;