diff options
Diffstat (limited to 'unpack')
| -rw-r--r-- | unpack/rdsquashfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unpack/rdsquashfs.c b/unpack/rdsquashfs.c index 3cce318..14a88ae 100644 --- a/unpack/rdsquashfs.c +++ b/unpack/rdsquashfs.c @@ -89,7 +89,7 @@ int main(int argc, char **argv)  		}  	} -	idtbl = sqfs_id_table_create(); +	idtbl = sqfs_id_table_create(0);  	if (idtbl == NULL) {  		sqfs_perror(opt.image_name, "creating ID table",  			    SQFS_ERROR_ALLOC); | 
