aports/community/libinput/test-utils.c.patch
Milan P. Stanić 6f2301bf6e community/libinput: upgrade to 1.29.1
add patches to fix build on 32bit arches
2025-10-20 10:50:10 -05:00

12 lines
275 B
Diff

--- a/test/test-utils.c 2025-08-28 09:03:37.000000000 +0000
+++ b/test/test-utils.c 2025-10-13 11:52:29.447186150 +0000
@@ -1445,7 +1445,7 @@ END_TEST
struct atou64_test {
char *str;
bool success;
- unsigned long val;
+ uint64_t val;
};
START_TEST(safe_atou64_test)