From 0083a7eb4677542aced3ea2fa335bc9cf1f7b419 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 26 Dec 2023 18:29:25 +0100 Subject: Added coord_co --- test/071_coord_eo/coord_eo_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/071_coord_eo') diff --git a/test/071_coord_eo/coord_eo_tests.c b/test/071_coord_eo/coord_eo_tests.c index 6c18a73..85128e0 100644 --- a/test/071_coord_eo/coord_eo_tests.c +++ b/test/071_coord_eo/coord_eo_tests.c @@ -7,7 +7,7 @@ int main(void) { char str[STRLENMAX]; cube_t cube; cube_fast_t fast; - int16_t result; + int64_t result; fgets(str, STRLENMAX, stdin); cube = readcube("H48", str); @@ -15,7 +15,7 @@ int main(void) { result = coord_fast_eo(fast); - printf("%" PRId16 "\n", result); + printf("%" PRId64 "\n", result); return 0; } -- cgit v1.3