summaryrefslogtreecommitdiff
path: root/dquote.c
diff options
context:
space:
mode:
Diffstat (limited to 'dquote.c')
-rw-r--r--dquote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dquote.c b/dquote.c
index 10fb2b5df0..707024493e 100644
--- a/dquote.c
+++ b/dquote.c
@@ -126,7 +126,7 @@ Perl_grok_bslash_o(pTHX_ char **s, const char * const send, UV *uv,
numbers_len = e - *s;
if (numbers_len == 0) {
(*s)++; /* Move past the } */
- *error_msg = "Number with no digits";
+ *error_msg = "Empty \\o{}";
return FALSE;
}