commit 401ec784ad0a1def3865d6d9b8bc1bc22960673a from: Omar Polo date: Fri Mar 12 13:45:29 2021 UTC fmt commit - 3d70083dd7ff283b8be1c4910e0547a17b45922f commit + 401ec784ad0a1def3865d6d9b8bc1bc22960673a blob - 0400a0d9ca7426bcd82ebe78db300108c62f3e59 blob + a663d499784e1951a55bed80c5fbf1c30f32b0d0 --- url.c +++ url.c @@ -456,7 +456,7 @@ url_resolve_from(struct url *url, const char *str, con if (*str == '/') { strlcpy(url->path, str, sizeof(url->path)); - if ((hash = strchr(url->path, '#')) != NULL) { + if ((hash = strchr(url->path, '#')) != NULL) { *hash = '\0'; hash++; strlcpy(url->fragment, hash,