Imported Upstream version 4.0.18
[platform/upstream/mtools.git] / mdel.c
diff --git a/mdel.c b/mdel.c
index e59a2cd..0b8a4bb 100644 (file)
--- a/mdel.c
+++ b/mdel.c
@@ -161,7 +161,7 @@ void mdel(int argc, char **argv, int deltype)
        while ((c = getopt(argc, argv, "i:vh")) != EOF) {
                switch (c) {
                        case 'i':
-                               set_cmd_line_image(optarg, 0);
+                               set_cmd_line_image(optarg);
                                break;
                        case 'v':
                                arg.verbose = 1;