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:
4b91b88
)
Ahem. Vladimir checked in a different fix bug didn't close out the bug.
author
Rob Landley
<rob@landley.net>
Fri, 16 Dec 2005 08:03:34 +0000
(08:03 -0000)
committer
Rob Landley
<rob@landley.net>
Fri, 16 Dec 2005 08:03:34 +0000
(08:03 -0000)
Reverting...
miscutils/less.c
patch
|
blob
|
history
diff --git
a/miscutils/less.c
b/miscutils/less.c
index 19051f6f61111029c3207abac9fb5320f42fa3b0..0b0dc0c8bbd7244915a8eda90a81001b0f95c662 100644
(file)
--- a/
miscutils/less.c
+++ b/
miscutils/less.c
@@
-239,7
+239,6
@@
static void data_readlines(void) {
if(inp == NULL)
inp = (inp_stdin) ? bb_xfopen(CURRENT_TTY, "r") : stdin;
- if(inp == NULL) bb_perror_msg_and_die("no tty");
if (flags & FLAG_N)
add_linenumbers();