aboutsummaryrefslogtreecommitdiffstats
path: root/parse-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse-events.c')
-rw-r--r--parse-events.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-events.c b/parse-events.c
index e7e2fc0..b0b11a8 100644
--- a/parse-events.c
+++ b/parse-events.c
@@ -2564,6 +2564,7 @@ static void pretty_print(struct trace_seq *s, void *data, int size, struct event
2564 case 'L': 2564 case 'L':
2565 ls = 2; 2565 ls = 2;
2566 goto cont_process; 2566 goto cont_process;
2567 case '.':
2567 case 'z': 2568 case 'z':
2568 case 'Z': 2569 case 'Z':
2569 case '0' ... '9': 2570 case '0' ... '9':