Tito noticed a printf that should have been a bb_error_msg.

This commit is contained in:
Eric Andersen 2004-03-20 00:56:46 +00:00
parent 539fa95e0d
commit bfb51574ae

View File

@ -2836,7 +2836,7 @@ error:
p = *argv++, --argc;
p=GET_NUMBER(p,&set_apmmode,&apmmode);
if (!set_apmmode)
printf("-B: %s (1-255)", bb_msg_missing_value);
bb_error_msg("-B: %s (1-255)", bb_msg_missing_value);
break;
case 't':
do_timings = 1;