]> wimlib.net Git - wimlib/blobdiff - src/split.c
Some preparations for supporting NTFS capture and apply.
[wimlib] / src / split.c
index 0c41e1ffb8813044ed9359db9d7b70691808ae19..40c861a1a356efb5276caacb7f7bdaea3b00af85 100644 (file)
@@ -240,7 +240,7 @@ WIMLIBAPI int wimlib_split(const char *wimfile, const char *swm_name,
 
                FILE *fp = fopen(p, "r+b");
                if (!fp) {
-                       ERROR_WITH_ERRNO("Failed to open `%s'");
+                       ERROR_WITH_ERRNO("Failed to open `%s'", p);
                        return WIMLIB_ERR_OPEN;
                }
                u8 buf[4];