see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-05-20 23:52:41 +00:00
parent 0731cd0f08
commit edda8d6b98
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static void sv2net (int deobjectify, SV *s, SV *sv)
{
char *name = HvNAME (SvSTASH (rv));
sv_catpvf (s, "b%x:%s", strlen (name), ame);
sv_catpvf (s, "b%x:%s", strlen (name), name);
if (is_dynamic (sv))
{