mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00: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:
committed by
Daniel Golle
parent
00af0fa946
commit
e6a5bbbc8e
@@ -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)
|
||||
{
|
||||
Reference in New Issue
Block a user