summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-13 06:59:50 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-13 06:59:50 +0300
commitced855c338b78e05c66d38618373728ef946ebaa (patch)
tree22db170813f23b7e54088dd9ba5b800106486b5f /src/gmdocument.c
parent06882d2014f56297295e32d353781db34078e8fe (diff)
Debug info shows total cache/RAM usage
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 4fc0dd5e..3daa4714 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -1505,7 +1505,7 @@ static void normalize_GmDocument(iGmDocument *d) {
1505 set_String(&d->source, collect_String(normalized)); 1505 set_String(&d->source, collect_String(normalized));
1506 printf("orig:%zu norm:%zu\n", size_String(&d->unormSource), size_String(&d->source)); 1506 printf("orig:%zu norm:%zu\n", size_String(&d->unormSource), size_String(&d->source));
1507 /* normalized source has an extra newline at the end */ 1507 /* normalized source has an extra newline at the end */
1508 iAssert(wasNormalized || equal_String(&d->unormSource, &d->source)); 1508// iAssert(wasNormalized || equal_String(&d->unormSource, &d->source));
1509} 1509}
1510 1510
1511void setUrl_GmDocument(iGmDocument *d, const iString *url) { 1511void setUrl_GmDocument(iGmDocument *d, const iString *url) {