blob: f53ea173a9b0384c7bf6625ae7326d414a7359e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- vutil.h.orig 2014-12-27 11:49:03 UTC
+++ vutil.h
@@ -115,7 +115,7 @@ S_croak_xs_usage(pTHX_ const CV *const c
Perl_croak_nocontext("Usage: %s(%s)", gvname, params);
} else {
/* Pants. I don't think that it should be possible to get here. */
- Perl_croak_nocontext("Usage: CODE(0x%"UVxf")(%s)", PTR2UV(cv), params);
+ Perl_croak_nocontext("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params);
}
}
|