From 28942ead413418b56c5be78e8c4c400881fba72e Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 15 Dec 2011 16:40:16 +0000 Subject: 20111215-1640 --- libnandfs/correctauxilliary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnandfs/correctauxilliary.c') diff --git a/libnandfs/correctauxilliary.c b/libnandfs/correctauxilliary.c index 510aeac4..09f60115 100644 --- a/libnandfs/correctauxilliary.c +++ b/libnandfs/correctauxilliary.c @@ -1,4 +1,4 @@ -#include "lib9.h" +#include "logfsos.h" #include "logfs.h" #include "nandfs.h" #include "local.h" @@ -60,7 +60,7 @@ _nandfscorrectauxiliary(NandfsAuxiliary *hdr) else { if (hdr->tag != LogfsTnone) { ulong tmp = getbig4(hdr->parth); - if (tmp != 0xfffffffff && _nandfshamming31_26correct(&tmp)) { + if (tmp != 0xffffffff && _nandfshamming31_26correct(&tmp)) { putbig4(hdr->parth, tmp); if (e != LogfsLowLevelReadResultOk) e = LogfsLowLevelReadResultSoftError; -- cgit v1.2.3