Loading crypto/bio/b_print.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -315,7 +315,7 @@ dopr( flags |= DP_F_UNSIGNED; flags |= DP_F_UNSIGNED; switch (cflags) { switch (cflags) { case DP_C_SHORT: case DP_C_SHORT: value = (unsigned short int)va_arg(args, int); value = (unsigned short int)va_arg(args, unsigned int); break; break; case DP_C_LONG: case DP_C_LONG: value = (LLONG) va_arg(args, value = (LLONG) va_arg(args, Loading Loading
crypto/bio/b_print.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -315,7 +315,7 @@ dopr( flags |= DP_F_UNSIGNED; flags |= DP_F_UNSIGNED; switch (cflags) { switch (cflags) { case DP_C_SHORT: case DP_C_SHORT: value = (unsigned short int)va_arg(args, int); value = (unsigned short int)va_arg(args, unsigned int); break; break; case DP_C_LONG: case DP_C_LONG: value = (LLONG) va_arg(args, value = (LLONG) va_arg(args, Loading