Loading toolbox/mkdosfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -393,7 +393,7 @@ mkdosfs_main(int argc, char *argv[]) bpb.bsec = length / bpb.bps; bpb.spt = bpb.bsec; // use FAT32 for 2 gig or greater if (length >= 2 *1024 *1024 *1024) { if (length >= 2LL *1024 *1024 *1024) { fat = 32; } else { fat = 16; Loading toolbox/smd.c +1 −0 Original line number Diff line number Diff line #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <errno.h> Loading vold/mmc.c +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,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]; Loading Loading
toolbox/mkdosfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -393,7 +393,7 @@ mkdosfs_main(int argc, char *argv[]) bpb.bsec = length / bpb.bps; bpb.spt = bpb.bsec; // use FAT32 for 2 gig or greater if (length >= 2 *1024 *1024 *1024) { if (length >= 2LL *1024 *1024 *1024) { fat = 32; } else { fat = 16; Loading
toolbox/smd.c +1 −0 Original line number Diff line number Diff line #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <errno.h> Loading
vold/mmc.c +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,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]; Loading