diff options
Diffstat (limited to 'dquote_inline.h')
-rw-r--r-- | dquote_inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dquote_inline.h b/dquote_inline.h index d8548bf890..02c4f1d427 100644 --- a/dquote_inline.h +++ b/dquote_inline.h @@ -153,7 +153,7 @@ S_grok_bslash_x(pTHX_ char **s, UV *uv, const char** error_msg, ok: /* guarantee replacing "\x{...}" with utf8 bytes fits within * existing space */ - assert(OFFUNISKIP(*uv) < *s - start); + assert(UVCHR_SKIP(*uv) < *s - start); return TRUE; } |