Changeset 1c79996 in mainline for uspace/dist/src/bithenge/fat.bh
- Timestamp:
- 2012-08-18T23:20:48Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a42d7d8
- Parents:
- 1f9c9a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/bithenge/fat.bh
r1f9c9a4 r1c79996 76 76 .size_shown <- if (.size > 32) { (32) } else { (.size) }; 77 77 78 if (.start != 0 && .start != self_start && .start != parent ) {78 if (.start != 0 && .start != self_start && .start != parent && .filename[0] != 229) { 79 79 .data 80 80 <- if (.attrs.subdirectory) {
Note:
See TracChangeset
for help on using the changeset viewer.