]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- UDF label support. sf tracker #1886394
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Feb 2008 17:50:48 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs-1886394.patch -> 1.1

e2fsprogs-1886394.patch [new file with mode: 0644]

diff --git a/e2fsprogs-1886394.patch b/e2fsprogs-1886394.patch
new file mode 100644 (file)
index 0000000..108cf71
--- /dev/null
@@ -0,0 +1,15 @@
+--- e2fsprogs-1.40.5/lib/blkid/probe.c~        2008-02-04 19:45:37.000000000 +0200
++++ e2fsprogs-1.40.5/lib/blkid/probe.c 2008-02-04 19:45:53.367093916 +0200
+@@ -779,8 +779,10 @@
+                  NSR01 for UDF 1.00
+                  NSR02 for UDF 1.50
+                  NSR03 for UDF 2.00 */
+-              if (!memcmp(isosb->vd_id, "NSR0", 4))
+-                      return 0;
++              if (!memcmp(isosb->vd_id, "NSR0", 4)) {
++                      return probe_iso9660(probe, id, buf);
++              }
++
+               for (m = udf_magic; *m; m++)
+                       if (!memcmp(*m, isosb->vd_id, 5))
+                               break;
This page took 0.101266 seconds and 4 git commands to generate.