Changeset d42976c in mainline for uspace/srv/fs/fat/fat_idx.c
- Timestamp:
- 2010-02-04T20:14:20Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19f24fd, a281fc82
- Parents:
- 4cac2d69 (diff), 393bef1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_idx.c
r4cac2d69 rd42976c 164 164 assert((keys == 1) || (keys == 3)); 165 165 } 166 167 return 0; 166 168 } 167 169 … … 219 221 assert((keys == 1) || (keys == 2)); 220 222 } 223 224 return 0; 221 225 } 222 226
Note:
See TracChangeset
for help on using the changeset viewer.