commit 902fc2c2fed0083cb23d93041385e10fb25b9523 from: Omar Polo date: Sun Jul 25 10:30:36 2021 UTC indent commit - ba782cb826e411314d96dc3aedf024c5eefbb0b9 commit + 902fc2c2fed0083cb23d93041385e10fb25b9523 blob - 53bd55194652cb078f80317a3e4d8ba93b04da43 blob + 48bd46bc60b57d4abae1ca979f81109ca4ef0bdc --- telescope.c +++ telescope.c @@ -692,7 +692,7 @@ do_load_url(struct tab *tab, const char *url, const ch phos_parse_absolute_uri(base, &uri); if (!phos_resolve_uri_from_str(&uri, url, &tab->uri)) { - if (asprintf(&t, "#error loading %s\n>%s\n", + if (asprintf(&t, "#error loading %s\n>%s\n", url, "Can't parse the URI") == -1) die(); strlcpy(tab->hist_cur->h, url, sizeof(tab->hist_cur->h));