qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fix incorrect bracket in tracetool


From: Lee Essen
Subject: [Qemu-devel] [PATCH] fix incorrect bracket in tracetool
Date: Fri, 16 Mar 2012 12:29:30 +0000

Signed-off-by: Lee Essen <address@hidden>

---

 scripts/tracetool |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/tracetool b/scripts/tracetool
index 65bd0a1..2e43d05 100755
--- a/scripts/tracetool
+++ b/scripts/tracetool
@@ -123,7 +123,7 @@ get_argc()
 # Get the format string including double quotes for a trace event
 get_fmt()
 {
-    puts "${1#*)}"
+    puts "${1#*}"
 }
 
 linetoh_begin_nop()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]