Skip to content

Commit

Permalink
Devel::PPPort warning
Browse files Browse the repository at this point in the history
It probably is correct :)
  • Loading branch information
H.Merijn Brand - Tux committed Jan 31, 2020
1 parent c0298ed commit 027e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSV_XS.xs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ static SV *cx_SetDiag (pTHX_ csv_t *csv, int xse) {
(void)hv_store (csv->self, "_EOF", 4, &PL_sv_yes, 0);
if (csv->auto_diag) {
unless (_is_hashref (pself))
pself = newRV ((SV *)csv->self);
pself = newRV_inc ((SV *)csv->self);
ENTER;
PUSHMARK (SP);
XPUSHs (pself);
Expand Down

0 comments on commit 027e94b

Please sign in to comment.