]> sourceware.org Git - lvm2.git/commitdiff
fix partition table signature size
authorAlasdair Kergon <agk@redhat.com>
Fri, 26 Nov 2004 14:40:34 +0000 (14:40 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 26 Nov 2004 14:40:34 +0000 (14:40 +0000)
VERSION
lib/device/device.c

diff --git a/VERSION b/VERSION
index 1a0018cfb59a2d3b3962e2ae3752fc6696ca2a7c..99d8e801a2f0578063f855c7387769e19e36057f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.00.27-cvs (2004-11-24)
+2.00.28-cvs (2004-11-26)
index d21e866bfdb0ce0fdaa5e511ad07e49bf7657bd5..9879510b98931eff3d853c70aaae47645c76a7a1 100644 (file)
@@ -35,7 +35,7 @@ static int _is_partitionable(struct device *dev)
 static int _has_partition_table(struct device *dev)
 {
        int ret = 0;
-       uint32_t part_magic;
+       uint16_t part_magic;
 
        if (!dev_open(dev)) {
                stack;
This page took 0.041095 seconds and 5 git commands to generate.