printf-hook-builtin: Don't use %P to print uppercase hex pointers

We use %P as custom printf specifier for proposals.
This commit is contained in:
Martin Willi
2013-11-20 16:57:28 +01:00
parent 8071c2a5e3
commit 07ca25909b
@@ -725,12 +725,6 @@ int builtin_vsnprintf(char *buffer, size_t n, const char *format, va_list ap)
switch (ch)
{
case 'P':
{
/* Upper case pointer */
flags |= FL_UPPER;
/* fall through */
}
case 'p':
{
/* Pointer */