X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/4f94394a1e9aef0eaa98b52fe8421b62e3779682..aaaacebf1f04c364803f308c3b3e9670e216da09:/src/copysym.c diff --git a/src/copysym.c b/src/copysym.c index 6ff93f3..3128c3e 100644 --- a/src/copysym.c +++ b/src/copysym.c @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Nick Bowler + * Copyright © 2023-2024 Nick Bowler * * Helper function to output the copyright symbol in a specified encoding. * @@ -137,7 +137,7 @@ const char *copyright_symbol(const char *charset) * codes array for the corresponding index in t1, except that * ISO-8859 matches the special value '2' (handled below). */ - dx_u64 results = 0x001921fb13777511; + dx_u64 results = 0x001921fb13777511ull; const char (*m1)[sizeof *t1]; unsigned x, cindex;