diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2010-07-16 07:26:05 -0700 |
|---|---|---|
| committer | Android Code Review <code-review@android.com> | 2010-07-16 07:26:05 -0700 |
| commit | e3f6a6e1d3e52c1d25d55b6556cc1f2c0598b576 (patch) | |
| tree | 57f0e7cc76de3568017955613fa3339eb573e2bb /toolbox | |
| parent | 097b7df625f200178299d15a2da92e5406565fb3 (diff) | |
| parent | 918fb893e889b30fd1836668870a4a46586c8d25 (diff) | |
| download | system_core-e3f6a6e1d3e52c1d25d55b6556cc1f2c0598b576.tar.gz system_core-e3f6a6e1d3e52c1d25d55b6556cc1f2c0598b576.tar.bz2 system_core-e3f6a6e1d3e52c1d25d55b6556cc1f2c0598b576.zip | |
Merge "fix insmod reading more than one module parameter"
Diffstat (limited to 'toolbox')
| -rw-r--r-- | toolbox/insmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolbox/insmod.c b/toolbox/insmod.c index 44b98474..756a64b9 100644 --- a/toolbox/insmod.c +++ b/toolbox/insmod.c @@ -77,7 +77,6 @@ int insmod_main(int argc, char **argv) memcpy(ptr, argv[i], len); ptr += len; *ptr++ = ' '; - *ptr++ = '\0'; } *(ptr - 1) = '\0'; } |
