Changeset 620
- Timestamp:
- Jul 16, 2015, 3:29:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_fat32/fat32.c
r619 r620 265 265 ////////////////////////////////////////////////////////////////////////////////// 266 266 // The following function returns in the "nb_entries" argument the number of files 267 // (or directories) contained in a directory identi died by the "inode " pointer.267 // (or directories) contained in a directory identified by the "inode " pointer. 268 268 // It returns 0 if success. 269 269 // It returns 1 if error. … … 1634 1634 cluster_id, 1635 1635 &pdesc ) ) return 1; 1636 1637 1636 buffer = pdesc->buffer; 1638 1637 … … 1657 1656 else // NORMAL entry 1658 1657 { 1658 offset = offset + 32; 1659 1659 count++; 1660 1660 } 1661 1662 offset = offset + 32;1663 1664 1661 } // end loop on directory entries 1665 1662
Note: See TracChangeset
for help on using the changeset viewer.