Changeset 1c79996 in mainline for uspace/dist/src/bithenge/fat.bh


Ignore:
Timestamp:
2012-08-18T23:20:48Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a42d7d8
Parents:
1f9c9a4
Message:

Bithenge: fix issues and expand coverage for test.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/bithenge/fat.bh

    r1f9c9a4 r1c79996  
    7676        .size_shown <- if (.size > 32) { (32) } else { (.size) };
    7777
    78         if (.start != 0 && .start != self_start && .start != parent) {
     78        if (.start != 0 && .start != self_start && .start != parent && .filename[0] != 229) {
    7979                .data
    8080                    <- if (.attrs.subdirectory) {
Note: See TracChangeset for help on using the changeset viewer.