X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=programs%2Fimagex.c;h=1766ad414e9aabae8901a5b543e83f9a53d6cea4;hb=796226247812ee509b3645d4cb4a984cfbc2517e;hp=809836cd70b09558937600aae4a5547e87ee6e3b;hpb=3950449bf3a1ae6bf7a7583802269e334ddb6e3d;p=wimlib diff --git a/programs/imagex.c b/programs/imagex.c index 809836cd..1766ad41 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -4006,7 +4006,7 @@ imagex_split(int argc, tchar **argv, int cmd) int c; int open_flags = 0; int write_flags = 0; - unsigned long part_size; + uint64_t part_size; tchar *tmp; int ret; WIMStruct *wim;