summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index e3c06d49..56b2f06d 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -2102,6 +2102,7 @@ void setSource_GmDocument(iGmDocument *d, const iString *source, int width, int
2102 if (size_String(source) == size_String(&d->unormSource)) { 2102 if (size_String(source) == size_String(&d->unormSource)) {
2103 iAssert(equal_String(source, &d->unormSource)); 2103 iAssert(equal_String(source, &d->unormSource));
2104// printf("[GmDocument] source is unchanged!\n"); 2104// printf("[GmDocument] source is unchanged!\n");
2105 updateWidth_GmDocument(d, width, canvasWidth);
2105 return; /* Nothing to do. */ 2106 return; /* Nothing to do. */
2106 } 2107 }
2107 /* Normalize and convert to Gemtext if needed. */ 2108 /* Normalize and convert to Gemtext if needed. */