mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 16:50:06 +01:00
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:
parent
db546c368c
commit
eef00ff3c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue