You need to sign in or sign up before continuing.
提交 42a9af38 编写于 作者: R Richard Levitte

Typo corrected.

上级 1b7aee1d
...@@ -315,7 +315,7 @@ dopr( ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册