diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-05-20 12:43:52 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-05-20 12:43:52 +0900 |
commit | 7ef548c0acf2f8b62db234e39a0f1030902a305c (patch) | |
tree | 0ca6770f9d4225dc11e84366095dd51caea2aee0 /parse.y | |
parent | 9f49ff4965da8b05887912506dff7d0d20388550 (diff) |
Mixed encoding error can continue to parse
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6572,7 +6572,7 @@ tokadd_string(struct parser_params *p, if (!parser_tokadd_utf8(p, &enc, term, func & STR_FUNC_SYMBOL, func & STR_FUNC_REGEXP)) { - return -1; + continue; } continue; |