# HG changeset patch # User Michael Spacefalcon # Date 1372576561 0 # Node ID 0bf037ba4149b6056f6b140235c287e5248a2edb # Parent 3cca8070ef0f7e29f29acf92c2df2d234b42c2e9 mpffs-ls: report the full chunk length of the /.journal file diff -r 3cca8070ef0f -r 0bf037ba4149 mpffs/ls.c --- a/mpffs/ls.c Sun Jun 30 06:59:59 2013 +0000 +++ b/mpffs/ls.c Sun Jun 30 07:16:01 2013 +0000 @@ -82,7 +82,7 @@ continue; case 0xE1: /* special .journal file */ - printf("j %s\n", workpath); + printf("j %7lu %s\n", (u_long) obj.len, workpath); continue; default: printf("%s (index entry #%x): unexpected type %02X; skipping\n",