various bugfixes

git-svn-id: svn://kolibrios.org@8996 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-07-04 17:27:35 +00:00
parent 27a31fa094
commit 861d24c21a
6 changed files with 20 additions and 26 deletions

View File

@@ -20,6 +20,7 @@ ShowHistory()
strcat(history_pointer, "</a><br>");
}
/*
strcat(history_pointer, "<br><b>Cached images</b><br>");
for (i=1; i<cache.url.count; i++) if (cache.type.get(i) == IMG)
{
@@ -28,6 +29,7 @@ ShowHistory()
strcat(history_pointer, cache.url.get(i));
strcat(history_pointer, "'><br>");
}
*/
LoadInternalPage(history_pointer, strlen(history_pointer));
free(history_pointer);