X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-bus%2Fbus-message.c;h=8d449c547827581950825a93c07dd6fa14e9c9bc;hp=a86cd9a19677a23b7c97df077395574b656cd6ab;hb=e4bb80a07610e6559aa6d2d763fd0b78634a4b12;hpb=c4ef331782b4c0c615a258d3a4e6c71d8ccc67e1 diff --git a/src/libsystemd-bus/bus-message.c b/src/libsystemd-bus/bus-message.c index a86cd9a19..8d449c547 100644 --- a/src/libsystemd-bus/bus-message.c +++ b/src/libsystemd-bus/bus-message.c @@ -4152,7 +4152,7 @@ _public_ int sd_bus_message_rewind(sd_bus_message *m, int complete) { } c->offset_index = 0; - c->item_size = c->n_offsets > 0 ? c->offsets[0] : c->end; + c->item_size = (c->n_offsets > 0 ? c->offsets[0] : c->end) - c->begin; return !isempty(c->signature); }