OSDN Git Service

tools: Fix avrcp_media_element_item_dump to print elements properly
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 22 Apr 2013 16:26:02 +0000 (19:26 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 24 Apr 2013 08:20:05 +0000 (11:20 +0300)
tools/parser/avrcp.c

index c8ecdc5..7685258 100644 (file)
@@ -1848,6 +1848,8 @@ static void avrcp_media_element_item_dump(int level, struct frame *frm,
        uint16_t charset, namelen;
        uint8_t type, count;
 
+       p_indent(level, frm);
+
        if (len < 14) {
                printf("PDU Malformed\n");
                raw_dump(level, frm);