forked from pool/squashfs
Copy from filesystems/squashfs based on submit request 33324 from user coolo OBS-URL: https://build.opensuse.org/request/show/33324 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squashfs?expand=0&rev=11
11 lines
279 B
Diff
11 lines
279 B
Diff
--- squashfs-tools/mksquashfs.c
|
|
+++ squashfs-tools/mksquashfs.c
|
|
@@ -1538,6 +1538,7 @@ int add_pending_fragment(struct file_buf
|
|
pthread_mutex_lock(&fragment_mutex);
|
|
insert_fragment_list(&frag_locked_list, entry);
|
|
pthread_mutex_unlock(&fragment_mutex);
|
|
+ return TRUE;
|
|
}
|
|
|
|
|