Merge "fix insmod reading more than one module parameter"

This commit is contained in:
Jean-Baptiste Queru 2010-07-16 07:26:05 -07:00 committed by Android Code Review
commit e3f6a6e1d3
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ int insmod_main(int argc, char **argv)
memcpy(ptr, argv[i], len);
ptr += len;
*ptr++ = ' ';
*ptr++ = '\0';
}
*(ptr - 1) = '\0';
}