Compare commits

..

No commits in common. "48164b572e2200f4518ce866c8f866a6199f1ac0" and "30ddf0eaea2de526acdd3236d27f6788af3576e2" have entirely different histories.

View File

@ -403,7 +403,7 @@ const char *socket_hoststrerror(int err) {
if (err <= 0) return io_strerror(err);
switch (err) {
case HOST_NOT_FOUND: return PIE_HOST_NOT_FOUND;
default: return strerror(err);
default: return hstrerror(err);
}
}