Changeset 09d6695 in mainline


Ignore:
Timestamp:
2013-07-24T12:58:04Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f94b24c8
Parents:
a39aac7
Message:

Initialize variable in extfat free count operation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    ra39aac7 r09d6695  
    946946
    947947        bs = block_bb_get(service_id);
    948 
     948        node = NULL;
    949949        rc = exfat_bitmap_get(&node, service_id);
    950950        if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.