From 734c894234e800c924d97ae69d4774c9b00797dd Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Mon, 13 Jul 2020 16:05:15 +0100 Subject: libctf: fix isspace casts isspace() notoriously takes an int, not a char. Cast uses appropriately. libctf/ * ctf-lookup.c (ctf_lookup_by_name): Adjust. --- libctf/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libctf/ChangeLog') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index cfb9d01..9183d2b 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,9 @@ 2020-07-22 Nick Alcock + * ctf-lookup.c (ctf_lookup_by_name): Adjust. + +2020-07-22 Nick Alcock + * ctf-archive.c (ctf_arc_bufopen): Endian-swap the archive magic number if needed. -- cgit v1.1