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:
502907f
)
save a couple of bytes
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 30 Aug 2003 12:38:13 +0000
(12:38 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 30 Aug 2003 12:38:13 +0000
(12:38 -0000)
miscutils/strings.c
patch
|
blob
|
history
diff --git
a/miscutils/strings.c
b/miscutils/strings.c
index 6e45345855aabdd6444147286df859f0e3ebced7..1231a93bd05f8999fb25560fae17e7bc1d272a4f 100644
(file)
--- a/
miscutils/strings.c
+++ b/
miscutils/strings.c
@@
-105,7
+105,7
@@
pipe:
else
{
if(i>n)
- put
s(""
);
+ put
char('\n'
);
i=0;
}
count++;