You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
361 B
12 lines
361 B
--- 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
|