From: Vincent Pit Date: Wed, 13 Feb 2008 11:10:11 +0000 (+0100) Subject: PERL_MAGIC_uvar_elem should be 'u' in dump.c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cae86ea86570588a52f7ce8a0a01b6eb824103df;p=p5sagit%2Fp5-mst-13.2.git PERL_MAGIC_uvar_elem should be 'u' in dump.c From: "Vincent Pit" Message-ID: <36116.147.210.17.175.1202897411.squirrel@147.210.17.175> p4raw-id: //depot/perl@33301 --- diff --git a/dump.c b/dump.c index 52ac050..6033ed1 100644 --- a/dump.c +++ b/dump.c @@ -1210,7 +1210,7 @@ static const struct { const char type; const char *name; } magic_names[] = { { PERL_MAGIC_qr, "qr(r)" }, { PERL_MAGIC_sigelem, "sigelem(s)" }, { PERL_MAGIC_taint, "taint(t)" }, - { PERL_MAGIC_uvar_elem, "uvar_elem(v)" }, + { PERL_MAGIC_uvar_elem, "uvar_elem(u)" }, { PERL_MAGIC_vec, "vec(v)" }, { PERL_MAGIC_vstring, "vstring(V)" }, { PERL_MAGIC_utf8, "utf8(w)" },