]> git.nickg.me.uk Git - xcowsay.git/commit
Properly read the config files on unsigned char archs
authorCharlène Wendling <julianaito@posteo.jp>
Sat, 10 Oct 2020 20:29:53 +0000 (22:29 +0200)
committerNick Gasson <nick@nickg.me.uk>
Sun, 11 Oct 2020 01:33:12 +0000 (09:33 +0800)
commit666ad997d8c7d1bf815318f5a4eefa809c49f0d8
tree0b23e688632f30f0273a8db04c26295322b311fd
parent51c08b04883579ce35d2725e72f862ca5deb79d0
Properly read the config files on unsigned char archs

Allow to properly read the configuration files on archs where char is
unsigned (arm, ppc), as EOF is usually -1.
src/config_file.c