Diff between af28ffb29a5196a1218d90731950db4dc92d530e and d60a09d61ce58fc42a8fa418180a3b78c5c00815
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/avrcp.c | +1 | -2 | modified |
Full Patch
diff --git a/tools/parser/avrcp.c b/tools/parser/avrcp.c
index 4d88b41..bad0938 100644
--- a/tools/parser/avrcp.c
+++ b/tools/parser/avrcp.c
@@ -1162,8 +1162,7 @@ response:
break;
case AVRCP_EVENT_TRACK_CHANGED:
id = get_u64(frm);
- printf("Identifier: 0x%jx (%s)\n", id,
- id ? "Reserved" : "PLAYING");
+ printf("Identifier: 0x%16" PRIx64 " (%" PRIu64 ")\n", id, id);
break;
case AVRCP_EVENT_PLAYBACK_POS_CHANGED:
interval = get_u32(frm);