]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/btape.c
Update the Microsoft Visual Studio build to match the MinGW32 build.
[bacula/bacula] / bacula / src / stored / btape.c
index 9eabe54198d3cdb946a509192cdf50a0f67b65ef..6fe9210bad5a81635c8974c9cb98a27caf72405d 100644 (file)
@@ -373,7 +373,7 @@ static void labelcmd()
       }
    }
    dev->rewind(dcr);
-   write_new_volume_label_to_dev(dcr, cmd, "Default");
+   write_new_volume_label_to_dev(dcr, cmd, "Default", true /* label dvd now */);
    Pmsg1(-1, _("Wrote Volume label for volume \"%s\".\n"), cmd);
 }