From 465749ec6de871ae244ebe6d3264c71eeb728fcc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Mar 2016 19:41:04 +0100 Subject: Add typedef zahl_char_t for internal use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zsetu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zsetu.c') diff --git a/src/zsetu.c b/src/zsetu.c index 385403c..dd1be17 100644 --- a/src/zsetu.c +++ b/src/zsetu.c @@ -18,7 +18,7 @@ zsetu(z_t a, unsigned long long int b) SET_SIGNUM(a, 1); a->used = 0; while (b) { - a->chars[a->used++] = (uint32_t)b; + a->chars[a->used++] = (zahl_char_t)b; b >>= BITS_PER_CHAR; } } -- cgit v1.2.3-70-g09d2