mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-14 13:12:09 +01:00
12 lines
275 B
Diff
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)
|