2003-06-04 Joel Sherrill <joel@OARcorp.com>

* src/ide_part_table.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2003-06-04 20:28:58 +00:00
parent 33f17a12f5
commit 0eac5d7256
2 changed files with 5 additions and 1 deletions

View File

@@ -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>
PR 385/filesystem

View File

@@ -187,7 +187,7 @@ data_to_part_desc(unsigned8 *data, part_desc_t **new_part_desc)
* - FAT type and non-zero
*/
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;
}
else {