tools: libinput-record: expand the evdev event value to 7 digits

MSC_TIMESTAMPS need 7 digits so let's make sure everything is nicely aligned

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-11-08 11:34:01 +10:00
parent db546c368c
commit eef00ff3c6

View file

@ -241,7 +241,7 @@ print_evdev_event(struct record_context *ctx, struct input_event *ev)
}
iprintf(ctx,
"- [%3lu, %6u, %3d, %3d, %6d] # %s\n",
"- [%3lu, %6u, %3d, %3d, %7d] # %s\n",
ev->time.tv_sec,
(unsigned int)ev->time.tv_usec,
ev->type,