mkntfs.c: Signature of 'ntfs_boot_sector_is_ntfs' has changed in libntfs-3g (unused variable 'silent' has been removed).

edge.strict_endians
Erik Larsson 2010-01-15 09:33:54 +01:00
parent 058e47afbd
commit 9b6523ab42
1 changed files with 1 additions and 1 deletions

View File

@ -4654,7 +4654,7 @@ static BOOL mkntfs_create_root_structures(void)
*/
bs->checksum = cpu_to_le32(0);
/* Make sure the bootsector is ok. */
if (!ntfs_boot_sector_is_ntfs(bs, TRUE)) {
if (!ntfs_boot_sector_is_ntfs(bs)) {
free(bs);
ntfs_log_error("FATAL: Generated boot sector is invalid!\n");
return FALSE;