summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-02-12 08:53:58 +1100
committerTony Cook <tony@develop-help.com>2017-02-12 08:54:17 +1100
commit8b78e93627afc5201875e37a37a7b27874b874c5 (patch)
treeb0585fc61c1ade074949bb32fd7fdab96035127b /sv.c
parent9506e94549891cb5a05414c9f66deab201a54b89 (diff)
downloadperl-8b78e93627afc5201875e37a37a7b27874b874c5.tar.gz
(perl #126203) build issues
helps to test builds with the right options...
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 61bf3e10c9..472d69c4e5 100644
--- a/sv.c
+++ b/sv.c
@@ -12882,7 +12882,7 @@ Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char *const pat, const STRLEN p
elen = quadmath_snprintf(PL_efloatbuf, PL_efloatsize,
qfmt, nv);
if ((IV)elen == -1) {
- if (qfmt != qptr)
+ if (qfmt != ptr)
SAVEFREEPV(qfmt);
Perl_croak_nocontext("panic: quadmath_snprintf failed, format \"%s\"", qfmt);
}