From a1ad0db8a6d829eddf1478cee44ae976bbcd325f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Apr 2026 14:48:54 +0100 Subject: Fix integer conversions in code, tests and some tools --- src/nissy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nissy.c') diff --git a/src/nissy.c b/src/nissy.c index b9f2565..0811861 100644 --- a/src/nissy.c +++ b/src/nissy.c @@ -197,7 +197,7 @@ nissy_getcube( getcube_options[i].fix(&ep, &eo, &cp, &co, &orient); oc.cube = getcube(ep, eo, cp, co); - oc.orientation = orient; + oc.orientation = (uint8_t)orient; if (!isconsistent(oc)) { LOG("[getcube] Error: could not get cube with ep=%lld, " -- cgit v1.3