diff options
-rw-r--r-- | RPM4/src/RPM4.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RPM4/src/RPM4.xs b/RPM4/src/RPM4.xs index 04c65ee..ccaf6fd 100644 --- a/RPM4/src/RPM4.xs +++ b/RPM4/src/RPM4.xs @@ -246,7 +246,7 @@ static void * s_what = "INST_START"; if (h) { mXPUSHs(newSVpv("header", 0)); - mXPUSHs(sv_setref_pv(newSVpvs(""), bless_header, &h)); + mXPUSHs(sv_setref_pv(newSVpvs(""), bless_header, headerLink(h))); #ifdef HDRPMMEM PRINTF_NEW(bless_header, &h, -1); #endif |