# HG changeset patch
# User Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
# Date 1398152560 0
# Node ID a26470040d89b457ff1c04c66ec5a231e6ba5679
# Parent  922efdd65dcee1ffab8d7bd19565ff671a4665b4
fc-tmsh: old buglet in the handling of ETM traces

diff -r 922efdd65dce -r a26470040d89 rvinterf/tmsh/pktsort.c
--- a/rvinterf/tmsh/pktsort.c	Tue Apr 22 07:21:04 2014 +0000
+++ b/rvinterf/tmsh/pktsort.c	Tue Apr 22 07:42:40 2014 +0000
@@ -22,7 +22,7 @@
 	char buf[MAX_PKT_FROM_TARGET*4];
 
 	strcpy(buf, "ETM Tr: ");
-	safe_print_trace(rvi_msg + 7, rvi_msg_len - 7, buf + 9);
+	safe_print_trace(rvi_msg + 7, rvi_msg_len - 7, buf + 8);
 	async_msg_output(buf);
 }