]> wimlib.net Git - wimlib/blobdiff - src/extract.c
Hard link fix
[wimlib] / src / extract.c
index 4a2f55b79da3f2eda9c55d1858a8cd5cdb794863..4663df072569918cbb3b78189d487d8d4281bcd2 100644 (file)
@@ -383,6 +383,7 @@ WIMLIBAPI int wimlib_extract_image(WIMStruct *w, int image,
                if (!(mnt_flags & NTFS_MF_MOUNTED)) {
                        ERROR("NTFS-3g: Filesystem on `%s' is not mounted ",
                              output_dir);
+                       return WIMLIB_ERR_NTFS_3G;
                }
                if (mnt_flags & NTFS_MF_READONLY) {
                        ERROR("NTFS-3g: Filesystem on `%s' is mounted "