Fix use of SvPVXtrue() where SvTRUEx() was intended

This commit is contained in:
Yorhel 2025-04-07 14:29:21 +02:00
parent b3281924d1
commit e7a9f165de
3 changed files with 6 additions and 6 deletions

2
FU.xs
View file

@ -18,7 +18,7 @@
#define av_push_simple av_push
#endif
#ifndef BOOL_INTERNALS_sv_isbool_true
#define BOOL_INTERNALS_sv_isbool_true(x) SvPVXtrue(x)
#define BOOL_INTERNALS_sv_isbool_true(x) SvTRUEx(x)
#endif
/* Disable key/value struct packing in khashl, so we can safely take a pointer