src/utils_dns.c: Cast a `char' to `int' when using `tolower'.
authorUlrich Habel <rhaen@netbsd.org>
Wed, 29 Oct 2008 05:54:26 +0000 (06:54 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 29 Oct 2008 05:54:26 +0000 (06:54 +0100)
commit4639bd0e1865a24158a3f7b46ea9b6d95cbf3f4e
tree8e8ef688471a372fd71aa94a9e9a6a81917ce2be
parent9f83527479509ec7303a9b2bdc32569f310fd67d
src/utils_dns.c: Cast a `char' to `int' when using `tolower'.

This is needed at least on NetBSD, but probably on other non-GNU libcs as well.

Resolves: #32
src/utils_dns.c