diff options
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r-- | src/HTFWriter.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c index a5dd12a5..3c3e45aa 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -237,15 +237,17 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me) } FREE(path); #ifdef EXP_CHARTRANS - /* - * Lock the chartrans info we may possibly have, - * so HTCharsetFormat() will not apply the default - * for local files. - KW - */ if (!skip_loadfile) { + /* + * Lock the chartrans info we may possibly have, + * so HTCharsetFormat() will not apply the default + * for local files. - KW + */ if (HTAnchor_getUCLYhndl(me->anchor, UCT_STAGE_PARSER) < 0 ) { - /* If not yet set - kw */ + /* + * If not yet set - KW + */ HTAnchor_copyUCInfoStage(me->anchor, UCT_STAGE_PARSER, UCT_STAGE_MIME, |