Signed-off-by: Lee Essen <lee.es...@nowonline.co.uk> ---
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()