shell/math: deconvolute and explain ?: handling. Give better error message
function old new delta arith_apply 1271 1283 +12 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
@ -5516,7 +5516,7 @@ cvtnum(arith_t num)
|
||||
int len;
|
||||
|
||||
expdest = makestrspace(32, expdest);
|
||||
len = fmtstr(expdest, 32, arith_t_fmt, num);
|
||||
len = fmtstr(expdest, 32, ARITH_FMT, num);
|
||||
STADJUST(len, expdest);
|
||||
return len;
|
||||
}
|
||||
|
Reference in New Issue
Block a user