commit - e944faca756782ab5adf1b0f9254cdb72db1c8fc
commit + 4660114dd3cb06024ba558f864c0c9fbde26eb0d
blob - caee7f6b52087f4621b7a75bc883a55834834ac1
blob + 1415c50a52cd2abecdeb9e1f87abdc75d34afe0e
--- telescope.c
+++ telescope.c
do_load_url(struct tab *tab, const char *url, const char *base, int mode)
{
const struct proto *p;
- struct proxy *proxy;
- int nocache = mode & LU_MODE_NOCACHE;
- char *t;
- char buf[1025];
+ struct proxy *proxy;
+ int nocache = mode & LU_MODE_NOCACHE;
+ char *t;
+ char buf[1025];
tab->proxy = NULL;
tab->trust = TS_UNKNOWN;
if (iri_parse(base, url, &tab->iri) == -1) {
xasprintf(&t, "# error loading %s\n>%s\n", url,
- "Can't parse the IRI");
+ "Can't parse the IRI");
hist_set_cur(tab->hist, url);
load_page_from_str(tab, t);
free(t);