# HG changeset patch # User Michael Spacefalcon # Date 1390809943 0 # Node ID 66a6f1652909fa4a99982d10b8cbf192187f6d6f # Parent 10afa4d39a7b660583e3ef3595accdded5a57e98 tiffs xtr: skip /.journal diff -r 10afa4d39a7b -r 66a6f1652909 ffstools/tiffs-rd/xtr.c --- a/ffstools/tiffs-rd/xtr.c Mon Jan 27 07:20:53 2014 +0000 +++ b/ffstools/tiffs-rd/xtr.c Mon Jan 27 08:05:43 2014 +0000 @@ -60,7 +60,9 @@ switch (inf->type) { case 0xE1: case 0xF1: - extract_file(pathname + 1, ino); + /* skip /.journal; those who need it can cat it */ + if (strcmp(pathname, "/.journal")) + extract_file(pathname + 1, ino); return; case 0xE2: case 0xF2: