]> git.pld-linux.org Git - packages/dmraid.git/commitdiff
- new
authorsparky <sparky@pld-linux.org>
Sun, 17 Apr 2005 12:16:46 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmraid-bigendian-fix.patch -> 1.1

dmraid-bigendian-fix.patch [new file with mode: 0644]

diff --git a/dmraid-bigendian-fix.patch b/dmraid-bigendian-fix.patch
new file mode 100644 (file)
index 0000000..23d0196
--- /dev/null
@@ -0,0 +1,11 @@
+--- dmraid/lib/format/ataraid/pdc.c~   2005-03-01 15:29:05.000000000 +0100
++++ dmraid/lib/format/ataraid/pdc.c    2005-04-17 14:09:30.000000000 +0200
+@@ -102,7 +102,7 @@
+       CVT32(pdc->raid.magic_1);
+       for (disk = pdc->raid.disk;
+-           disk < &pdc->raid.disk[pdc->raid.total_disks;
++           disk < &pdc->raid.disk[pdc->raid.total_disks];
+            disk++) {
+               CVT32(disk->magic_0);
+               CVT32(disk->disk_number);
This page took 0.086323 seconds and 4 git commands to generate.