diff options
Diffstat (limited to 'pp_pack.c')
-rw-r--r-- | pp_pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2857,7 +2857,7 @@ S_pack_rec(pTHX_ SV *cat, tempsym_t* symptr, SV **beglist, SV **endlist ) while (len-- > 0) { NV anv; fromstr = NEXTFROM; - S_sv_check_infnan(fromstr, datumtype); + S_sv_check_infnan(aTHX_ fromstr, datumtype); anv = SvNV_nomg(fromstr); if (anv < 0) { |