From: Jarkko Hietaniemi Date: Sun, 26 Nov 2000 20:10:12 +0000 (+0000) Subject: Message nit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2db608abfbbadb887c2f866024361711cdfca19b;p=p5sagit%2Fp5-mst-13.2.git Message nit. p4raw-id: //depot/perl@7870 --- diff --git a/regcomp.c b/regcomp.c index c906790..989ca24 100644 --- a/regcomp.c +++ b/regcomp.c @@ -3895,7 +3895,7 @@ S_regclassutf8(pTHX_ RExC_state_t *pRExC_state) } if (range) { if (lastvalue > value) { /* b-a */ - Simple_vFAIL4("invalid [] range \"%*.*s\"", + Simple_vFAIL4("Invalid [] range \"%*.*s\"", RExC_parse - rangebegin, RExC_parse - rangebegin, rangebegin);