From 8a38ab241313ca4a51b5fc5b36b207cdb71be4db Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Thu, 24 Apr 1997 02:27:36 +1200 Subject: [PATCH] Fix lingering '%S' in XS_VERSION_BOOTCHECK --- XSUB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XSUB.h b/XSUB.h index 65c33c9..a7987f4 100644 --- a/XSUB.h +++ b/XSUB.h @@ -49,7 +49,7 @@ Sv = perl_get_sv(vn = form("%s::VERSION", module), FALSE); \ } \ if (Sv && (!SvOK(Sv) || strNE(XS_VERSION, SvPV(Sv, na)))) \ - croak("%s object version %s does not match $%s %S", \ + croak("%s object version %s does not match $%s %_", \ module, XS_VERSION, vn, Sv); \ } STMT_END #else -- 1.8.3.1