Changeset ff415f62 in mainline


Ignore:
Timestamp:
2012-02-26T12:48:35Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8271ae37
Parents:
da34d61d
Message:

mkexfat: Fix the extended boot sector initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkexfat/mkexfat.c

    rda34d61d rff415f62  
    304304
    305305                rc = block_write_direct(service_id,
    306                     i + EBS_SECTOR_START + base, 1, ebs);
     306                    i + base, 1, ebs);
    307307
    308308                if (rc != EOK)
     
    324324        /* The next sector is reserved, fill it with zeroes too */
    325325        vbr_checksum_update(ebs, cfg->sector_size, chksum);
     326
    326327        rc = block_write_direct(service_id, i++ + base, 1, ebs);
    327328        if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.