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:
5a2997d
)
And fix the error I just introduced. :)
author
Rob Landley
<rob@landley.net>
Thu, 25 May 2006 21:13:30 +0000
(21:13 -0000)
committer
Rob Landley
<rob@landley.net>
Thu, 25 May 2006 21:13:30 +0000
(21:13 -0000)
miscutils/less.c
patch
|
blob
|
history
diff --git
a/miscutils/less.c
b/miscutils/less.c
index 7de1836568798f19a4df8e179d86e259c9a088da..940b1c865bc335b128149983b901973d3a7a5bc5 100644
(file)
--- a/
miscutils/less.c
+++ b/
miscutils/less.c
@@
-1133,7
+1133,7
@@
int less_main(int argc, char **argv) {
}
strcpy(filename, (inp_stdin) ? bb_msg_standard_input : files[0]);
- get_terminal_width_height(0, &width, &height)
+ get_terminal_width_height(0, &width, &height)
;
data_readlines();
tcgetattr(fileno(inp), &term_orig);
term_vi = term_orig;