svn commit: trunk/busybox/shell
vda at busybox.net
vda at busybox.net
Fri Jun 13 23:14:03 PDT 2008
Author: vda
Date: 2008-06-13 23:14:02 -0700 (Fri, 13 Jun 2008)
New Revision: 22333
Log:
ash: small cosmetic change
Modified:
trunk/busybox/shell/ash.c
Changeset:
Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c 2008-06-14 06:04:59 UTC (rev 22332)
+++ trunk/busybox/shell/ash.c 2008-06-14 06:14:02 UTC (rev 22333)
@@ -5835,7 +5835,7 @@
arg++; /* skip both \\, not just first one */
arg++;
}
- *idx++ = c;
+ *idx = c; /* NUL */
return repl;
}
More information about the busybox-cvs
mailing list