e0903265bd
This fix came from the squashfs-devel list, authored by Guan Xin
12 lines
361 B
Diff
12 lines
361 B
Diff
--- squashfs-tools/mksquashfs.c.orig 2014-09-13 11:08:27.352318167 -0500
|
|
+++ squashfs-tools/mksquashfs.c 2014-09-13 11:09:36.701132044 -0500
|
|
@@ -2055,7 +2055,7 @@
|
|
|
|
inline int is_fragment(struct inode_info *inode)
|
|
{
|
|
- int file_size = inode->buf.st_size;
|
|
+ off_t file_size = inode->buf.st_size;
|
|
|
|
/*
|
|
* If this block is to be compressed differently to the
|