]> wimlib.net Git - wimlib/blobdiff - src/mount_image.c
read_wim_lookup_table(): Allow multiple "subpacks" per packed run
[wimlib] / src / mount_image.c
index ac993e17b2f7f54cc366780832c84b30ee5a865a..1fc4e1d618d39aa3064f1e2e3b3a57332263c93e 100644 (file)
@@ -2163,7 +2163,7 @@ static int
 wimfs_rename(const char *from, const char *to)
 {
        return rename_wim_path(wimfs_get_WIMStruct(), from, to,
-                              WIMLIB_CASE_SENSITIVE);
+                              WIMLIB_CASE_SENSITIVE, NULL);
 }
 
 /* Remove a directory */