0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-17 23:54:44 +00:00
Files
packages/libs/mtdev/patches/010-format.patch
Rosen Penev e6a5bbbc8e mtdev: fix bad printf formats
Easiest to just change the type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-01-31 18:56:25 +00:00

12 lines
240 B
Diff

--- a/test/mtdev-test.c
+++ b/test/mtdev-test.c
@@ -38,7 +38,7 @@
#endif
/* year-proof millisecond event time */
-typedef uint64_t mstime_t;
+typedef unsigned long long mstime_t;
static int use_event(const struct input_event *ev)
{