figiel / hosts

a libc wrapper providing per-user hosts file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case sensitivity

ABATAPA opened this issue · comments

The library is case-sensitive, unlike standard methods. It is necessary to reduce all names to lowercase when comparing.

Hi, fixed in 36e7d7a (v1.0.1).