summaryrefslogtreecommitdiff
path: root/lang/perl5.26/files/patch-vutil.h
blob: 0ff04be80ab976a552f808354d3bc24137c7de07 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- vutil.h.orig	2015-04-15 07:47:18 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);
     }
 }