]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- outdated?
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Oct 2006 16:44:57 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-dvd_restore.patch -> 1.2

bacula-dvd_restore.patch [deleted file]

diff --git a/bacula-dvd_restore.patch b/bacula-dvd_restore.patch
deleted file mode 100644 (file)
index 858fdc4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/stored/block.c
-===================================================================
---- src/stored/block.c (revision 2)
-+++ src/stored/block.c (working copy)
-@@ -912,7 +912,7 @@
-          (dev->part <= dev->VolCatInfo.VolCatParts));*/
-    /* Check for part file end */
-    if ((dev->num_parts > 0) &&
--        ((dev->file_addr-dev->part_start) == dev->part_size) && 
-+        (dev->at_eof()) && 
-         (dev->part < dev->num_parts)) {
-       if (dvd_open_next_part(dcr) < 0) {
-          Jmsg2(dcr->jcr, M_FATAL, 0, _("Unable to open device next part %s: ERR=%s\n"),
This page took 0.03462 seconds and 4 git commands to generate.