projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c299032
)
hush: another microscopic typo fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 16 May 2007 15:05:36 +0000
(15:05 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 16 May 2007 15:05:36 +0000
(15:05 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index
f551184
..
84f2870
100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-980,7
+980,7
@@
static int b_check_space(o_string *o, int len)
static int b_addchr(o_string *o, int ch)
{
- debug_printf("b_addchr: '%c' o->lengt
t
=%d o=%p\n", ch, o->length, o);
+ debug_printf("b_addchr: '%c' o->lengt
h
=%d o=%p\n", ch, o->length, o);
if (b_check_space(o, 1))
return B_NOSPAC;
o->data[o->length] = ch;