Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    rc91f2d1b r1ee00b7  
    818818
    819819        /* prepare the boot block */
    820         rc = block_bb_read(dev_handle, BS_BLOCK * BS_SIZE, BS_SIZE);
     820        rc = block_bb_read(dev_handle, BS_BLOCK);
    821821        if (rc != EOK) {
    822822                block_fini(dev_handle);
Note: See TracChangeset for help on using the changeset viewer.