Changes in uspace/srv/fs/cdfs/cdfs_ops.c [3e6a98c5:44ecf89] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/cdfs/cdfs_ops.c
r3e6a98c5 r44ecf89 660 660 */ 661 661 if ((vol_desc->type != VOL_DESC_PRIMARY) || 662 ( bcmp(vol_desc->standard_ident, CDFS_STANDARD_IDENT, 5) != 0) ||662 (memcmp(vol_desc->standard_ident, CDFS_STANDARD_IDENT, 5) != 0) || 663 663 (vol_desc->version != 1)) { 664 664 block_put(block);
Note:
See TracChangeset
for help on using the changeset viewer.