yquake2remaster/src/client/curl
nia 92e62e49d3 Cast arguments to ctype functions to unsigned char
According to the C standard, arguments to the ctype functions
must fit into unsigned char (presumably so they can be implemented
with simple array access). This causes a build time warning on
NetBSD, and may function incorrectly if any UTF-8 strings are used.
2020-11-24 14:12:38 +01:00
..
header Add back pak prioritization to HTTP download code. 2019-02-17 10:03:17 +01:00
download.c Cast arguments to ctype functions to unsigned char 2020-11-24 14:12:38 +01:00
qcurl.c Fix several inconsistencies and typos in console output. 2020-10-08 12:38:29 +02:00