diff options
Diffstat (limited to 'vold/mmc.c')
-rw-r--r-- | vold/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -258,7 +258,7 @@ static int mmc_bootstrap_mmcblk_partition(char *devpath) char filename[255]; char *uevent_buffer; ssize_t sz; - char *uevent_params[4]; + char *uevent_params[5]; char tmp[255]; FILE *fp; char line[255]; |