svn commit: trunk/busybox/editors
vda at busybox.net
vda at busybox.net
Tue Jul 17 16:19:29 PDT 2007
Author: vda
Date: 2007-07-17 16:19:28 -0700 (Tue, 17 Jul 2007)
New Revision: 19149
Log:
fix typo in prev commit :(
Modified:
trunk/busybox/editors/vi.c
Changeset:
Modified: trunk/busybox/editors/vi.c
===================================================================
--- trunk/busybox/editors/vi.c 2007-07-17 23:18:26 UTC (rev 19148)
+++ trunk/busybox/editors/vi.c 2007-07-17 23:19:28 UTC (rev 19149)
@@ -330,7 +330,7 @@
last_status_cksum = 0;
text = NULL;
- if (ENABLE_FEATURE_VI_READONLY && strncmp(appliet_name, "view", 4) == 0) {
+ if (ENABLE_FEATURE_VI_READONLY && strncmp(applet_name, "view", 4) == 0) {
SET_READONLY_MODE(readonly_mode);
}
More information about the busybox-cvs
mailing list