]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 57930] Cast char to unsigned char to call ctype functions
authorPaul Smith <psmith@gnu.org>
Sun, 3 May 2020 18:54:56 +0000 (14:54 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 3 May 2020 18:54:56 +0000 (14:54 -0400)
commit177054021733fde825184b29f7b9435027d255ef
treeb1dc637ec8d7f65121d71e315a84a6381c685ca7
parentc8a6263eb519ccca6ef87fc405a53d255dc0b2e1
[SV 57930] Cast char to unsigned char to call ctype functions

This cast was already done almost everywhere: fix some stragglers.

* src/load.c (load_file): Cast char to unsigned char.
* src/misc.c (strcasecmp, strncasecmp): [!POSIX] Ditto.
* src/dir.c (vms_hash): [VMS] Ditto.
* src/vms_progname.c (set_program_name): [VMS] Ditto.
* src/vms_jobs.c (posix_parse_dq): [VMS] Ditto.
(posix_parse_dollar): [VMS] Ditto.
(build_vms_cmd): [VMS] Ditto.
(child_execute_job): [VMS] Ditto.
src/dir.c
src/load.c
src/misc.c
src/vms_progname.c
src/vmsjobs.c