From fb6620c6d4bfa241f9a27972e00f73fccee386ca Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 8 Nov 2010 13:03:13 +0000 Subject: [PATCH] B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864 b2adfa9b5e1682df inadvertently changed the name of the accessor for mg->mg_len to B::MAGIC::LENGTH. Fix this. --- ext/B/B.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/B.xs b/ext/B/B.xs index e452c4b..b918dce 100644 --- a/ext/B/B.xs +++ b/ext/B/B.xs @@ -1669,7 +1669,7 @@ MOREMAGIC(mg) PRIVATE = 1 TYPE = 2 FLAGS = 3 - LEN = 4 + LENGTH = 4 OBJ = 5 PTR = 6 REGEX = 7 -- 2.7.4