bio/b_print.c: recognize even 'j' format modifier.
[openssl.git] / crypto / bio / b_print.c
index 883af19388e3a01e0ca98a10faab61d774663f71..79ae4a9c4112277b25ae9148aa2a9f6caa7ad146 100644 (file)
@@ -208,6 +208,7 @@ _dopr(char **sbuffer,
                 ch = *format++;
                 break;
             case 'q':
                 ch = *format++;
                 break;
             case 'q':
+            case 'j':
                 cflags = DP_C_LLONG;
                 ch = *format++;
                 break;
                 cflags = DP_C_LLONG;
                 ch = *format++;
                 break;