Changeset cbd8a72 in mainline for uspace/app/mkexfat/mkexfat.c


Ignore:
Timestamp:
2012-02-24T08:20:28Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a69e396
Parents:
367014a
Message:

mkexfat: fix bug in the bitmap creation code

File:
1 edited

Legend:

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

    r367014a rcbd8a72  
    395395                        }
    396396
    397                         allocated_cls -= i * 8;
     397                        allocated_cls -= i;
    398398                }
    399399
Note: See TracChangeset for help on using the changeset viewer.