mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
0731cd0f08
commit
edda8d6b98
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue