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:
27da707
)
fix typo in prev commit :(
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 17 Jul 2007 23:19:28 +0000
(23:19 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 17 Jul 2007 23:19:28 +0000
(23:19 -0000)
editors/vi.c
patch
|
blob
|
history
diff --git
a/editors/vi.c
b/editors/vi.c
index 31bc25556dcabc6518e8aec323627477d065a2d8..67606f99fe0c14fc93c602ecb07153136bff1b5e 100644
(file)
--- a/
editors/vi.c
+++ b/
editors/vi.c
@@
-330,7
+330,7
@@
int vi_main(int argc, char **argv)
last_status_cksum = 0;
text = NULL;
- if (ENABLE_FEATURE_VI_READONLY && strncmp(appl
i
et_name, "view", 4) == 0) {
+ if (ENABLE_FEATURE_VI_READONLY && strncmp(applet_name, "view", 4) == 0) {
SET_READONLY_MODE(readonly_mode);
}