chiark / gitweb /
Correct function signature of shortuniv_assign (Closes: #983989)
authorMatthew Vernon <matthew@debian.org>
Tue, 12 Oct 2021 08:01:41 +0000 (09:01 +0100)
committerMatthew Vernon <matthew@debian.org>
Tue, 12 Oct 2021 08:01:41 +0000 (09:01 +0100)
commit8ab1986fe45794635e2c84af6cb1e37a37ae9a87
treecdee38b8a7eb363a07acade557d1d39e57ae4c6d
parent569ef56a6d8730f84bf604077e7c62c12965b45d
Correct function signature of shortuniv_assign (Closes: #983989)

This fixes a FTBFS with gcc-11; the first argument of shortuniv_assign
is meant to be Short_Univ_int (and, indeed, that's the type that was
being used where it is called), but it was wrongly declared as
Univ_int.
util.c
util.h