--- android/hal-avrcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/android/hal-avrcp.c b/android/hal-avrcp.c index a720a1e..5f98f5b 100644 --- a/android/hal-avrcp.c +++ b/android/hal-avrcp.c @@ -351,7 +351,6 @@ static int write_text(uint8_t *ptr, uint8_t id, uint8_t *text, size_t *len) value->len = strnlen((const char *) text, BTRC_MAX_ATTR_STR_LEN); *len += attr_len; - ptr += attr_len; if (value->len + *len > IPC_MTU) value->len = IPC_MTU - *len; -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html