projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52caa00
)
bc: fix comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 20 Dec 2018 23:39:02 +0000
(
00:39
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 20 Dec 2018 23:39:02 +0000
(
00:39
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c
patch
|
blob
|
history
diff --git
a/miscutils/bc.c
b/miscutils/bc.c
index e7983f38df074701a333491991bdc7975af721b0..05dbd62f63e2b80161c3a57c39fe6c26b4096b1c 100644
(file)
--- a/
miscutils/bc.c
+++ b/
miscutils/bc.c
@@
-4206,7
+4206,7
@@
static BC_STATUS zbc_parse_for(BcParse *p)
if (p->l.t.t != BC_LEX_SCOLON)
s = zbc_parse_expr(p, BC_PARSE_REL);
else {
- // Set this for the next call to bc_parse_
number
.
+ // Set this for the next call to bc_parse_
pushNUM()
.
// This is safe to set because the current token is a semicolon,
// which has no string requirement.
bc_vec_string(&p->l.t.v, 1, "1");