You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/parted/files/parted-3.3-atari.patch

12 lines
421 B

--- a/libparted/labels/atari.c
+++ b/libparted/labels/atari.c
@@ -1957,7 +1957,7 @@
PED_ASSERT (sizeof (AtariRawPartition) == 12);
PED_ASSERT (sizeof (AtariRawTable) == 512);
/* GNU Libc doesn't support NULL instead of the locale name */
- PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL)) != NULL);
+ atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL);
ped_disk_type_register (&atari_disk_type);
}