diff options
Diffstat (limited to 'src/LYCharUtils.c')
-rw-r--r-- | src/LYCharUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYCharUtils.c b/src/LYCharUtils.c index 48eecd5f..b3e09e74 100644 --- a/src/LYCharUtils.c +++ b/src/LYCharUtils.c @@ -1661,10 +1661,10 @@ PUBLIC char ** LYUCFullyTranslateString ARGS9( } what = P_text; #ifdef KANJI_CODE_OVERRIDE static unsigned char sjis_1st = '\0'; -#endif #ifdef CONV_JISX0201KANA_JISX0208KANA unsigned char sjis_str[3]; #endif +#endif /* ** Make sure we have a non-empty string. - FM @@ -2789,7 +2789,7 @@ PUBLIC void LYHandleMETA ARGS4( me->node_anchor->no_cache = TRUE; HText_setNoCache(me->text); } - } else if (LYmktime(content, FALSE) <= 0) { + } else if (LYmktime(content, FALSE) == 0) { /* * We don't have a Date header, and * the value is in past for us. - FM |