# HG changeset patch # User Mychaela Falconia # Date 1589995955 0 # Node ID 805885936f6217a6e44d834ba7640d92691dc498 # Parent 850bf712c1fc21ed97922e73dec9ea6abbfde98a tiffs-mkfs: fixed bug in location inode field diff -r 850bf712c1fc -r 805885936f62 ffstools/tiffs-mkfs/output.c --- a/ffstools/tiffs-mkfs/output.c Wed May 20 06:57:01 2020 +0000 +++ b/ffstools/tiffs-mkfs/output.c Wed May 20 17:32:35 2020 +0000 @@ -115,7 +115,7 @@ /* fill the inode */ inp->size = htole16(size); inp->type = type; - inp->location = htole32(location); + inp->location = htole32(location >> 4); inp->sequence = htole16(ino - 1); inp->updates = 0; /* accounting */