diff options
Diffstat (limited to 'src/optionstr.c')
-rw-r--r-- | src/optionstr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/optionstr.c b/src/optionstr.c index 2accd3d27..3de23ba04 100644 --- a/src/optionstr.c +++ b/src/optionstr.c @@ -1249,8 +1249,7 @@ ambw_end: int x2 = -1; int x3 = -1; - if (*p != NUL) - p += mb_ptr2len(p); + p += mb_ptr2len(p); if (*p != NUL) x2 = *p++; if (*p != NUL) |