mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-06-04 Joel Sherrill <joel@OARcorp.com>
* src/ide_part_table.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-06-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/ide_part_table.c: Removed warnings.
|
||||||
|
|
||||||
2002-04-10 Victor V. Vengerov <vvv@oktet.ru>
|
2002-04-10 Victor V. Vengerov <vvv@oktet.ru>
|
||||||
|
|
||||||
PR 385/filesystem
|
PR 385/filesystem
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ data_to_part_desc(unsigned8 *data, part_desc_t **new_part_desc)
|
|||||||
* - FAT type and non-zero
|
* - FAT type and non-zero
|
||||||
*/
|
*/
|
||||||
if (is_extended(part_desc->sys_type) ||
|
if (is_extended(part_desc->sys_type) ||
|
||||||
(is_fat_partition(part_desc->sys_type)) && (part_desc->size != 0)) {
|
((is_fat_partition(part_desc->sys_type)) && (part_desc->size != 0))) {
|
||||||
*new_part_desc = part_desc;
|
*new_part_desc = part_desc;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user