ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/libevdev/files/patch-test_test-libevdev-init.c
Revision: 24833
Committed: Thu Jan 31 04:18:02 2019 UTC (5 years, 3 months ago) by laffer1
Content type: text/plain
File size: 397 byte(s)
Log Message:
update to 1.5.9

File Contents

# Content
1 --- test/test-libevdev-init.c.orig 2018-03-08 05:27:35 UTC
2 +++ test/test-libevdev-init.c
3 @@ -577,7 +577,7 @@ START_TEST(test_set_clock_id)
4 rc = libevdev_set_clock_id(dev, CLOCK_MONOTONIC);
5 ck_assert_int_eq(rc, 0);
6
7 - rc = libevdev_set_clock_id(dev, CLOCK_MONOTONIC_RAW);
8 + rc = libevdev_set_clock_id(dev, CLOCK_MONOTONIC_FAST);
9 ck_assert_int_eq(rc, -EINVAL);
10
11 uinput_device_free(uidev);

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain