diff --git a/render/html.c b/render/html.c index 769610798..8ecef8831 100644 --- a/render/html.c +++ b/render/html.c @@ -60,7 +60,7 @@ void html_process_data(struct content *c, char *data, unsigned long size) { unsigned long x; LOG(("content %s, size %lu", c->url, size)); - cache_dump(); + /*cache_dump();*/ c->data.html.source = xrealloc(c->data.html.source, c->data.html.length + size); memcpy(c->data.html.source + c->data.html.length, data, size); c->data.html.length += size; diff --git a/utils/tt2code b/utils/tt2code index c4dc07820..c15a2afdf 100755 --- a/utils/tt2code +++ b/utils/tt2code @@ -1,6 +1,15 @@ #!/usr/bin/perl -W print < + */ + +#include "netsurf/utils/utils.h" + void unicode_transliterate(unsigned int c, char **r) { char *s = *r;