[parted-devel] [PATCH] Fix atari label false positives
John Paul Adrian Glaubitz
glaubitz at physik.fu-berlin.de
Tue Jun 5 15:35:39 BST 2018
On 06/05/2018 04:30 PM, Phillip Susi wrote:
> diff --git a/libparted/libparted.c b/libparted/libparted.c
> index d855d0e6..e864d1b3 100644
> --- a/libparted/libparted.c
> +++ b/libparted/libparted.c
> @@ -85,7 +85,7 @@ init_disk_types ()
> #if defined __s390__ || defined __s390x__
> ped_disk_dasd_init();
> #endif
> -
> + ped_disk_atari_init ();
> ped_disk_sun_init ();
> #ifdef ENABLE_PC98
> ped_disk_pc98_init ();
> @@ -97,7 +97,6 @@ init_disk_types ()
> ped_disk_bsd_init ();
> ped_disk_amiga_init ();
> ped_disk_aix_init ();
> - ped_disk_atari_init ();
> }
Is that the reversed patch? I thought you wanted to move the atari
probing to the bottom?
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz at debian.org
`. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
More information about the parted-devel
mailing list