mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
mtdev: fix bad printf formats
Easiest to just change the type. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
f0f0d03ee6
commit
4f618a2b7b
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mtdev
|
||||
PKG_VERSION:=1.1.6
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://bitmath.org/code/mtdev/
|
||||
|
11
libs/mtdev/patches/010-format.patch
Normal file
11
libs/mtdev/patches/010-format.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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)
|
||||
{
|
Loading…
Reference in New Issue
Block a user