X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_packedtags1.c;h=3e67e69166663feeb76871b6307b01bf80e9773f;hp=c910f22ea4d78d22b8241d73f2f85e67f8a6a2db;hb=a48028210bd3547399ecaed7b0138d6c43a1f547;hpb=3e5718ec7f0df7b76837d10583419b745cb27474 diff --git a/yaffs_packedtags1.c b/yaffs_packedtags1.c index c910f22..3e67e69 100644 --- a/yaffs_packedtags1.c +++ b/yaffs_packedtags1.c @@ -35,9 +35,8 @@ void yaffs_UnpackTags1(yaffs_ExtendedTags *t, const yaffs_PackedTags1 *pt) if (memcmp(allFF, pt, sizeof(yaffs_PackedTags1))) { t->blockBad = 0; - if (pt->shouldBeFF != 0xFFFFFFFF) { + if (pt->shouldBeFF != 0xFFFFFFFF) t->blockBad = 1; - } t->chunkUsed = 1; t->objectId = pt->objectId; t->chunkId = pt->chunkId;