Info Panel: mallinfo is deprecated use mallinfo2 instead
commit437b76812da77a20ffb4d6914491761791bffc0c
authorDavid Maciejak <david.maciejak@gmail.com>
Fri, 10 Feb 2023 22:35:09 +0000 (11 06:35 +0800)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 11 Feb 2023 10:35:23 +0000 (11 10:35 +0000)
treef95c162a90c07418e349177445330eaeef02d5bf
parente3ee459a78f635277b8ae652c5ee3ff646277550
Info Panel: mallinfo is deprecated use mallinfo2 instead

Replacing mallinfo with mallinfo2.

The fields of the mallinfo structure that is returned by the
older mallinfo() function are typed as int.  However, because
some internal bookkeeping values may be of type long, the
reported values may wrap around zero and thus be inaccurate.
configure.ac
src/dialog.c