diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-12-15 16:40:16 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-12-15 16:40:16 +0000 |
| commit | 28942ead413418b56c5be78e8c4c400881fba72e (patch) | |
| tree | cd646dce007974acc02e535a2c9ff800ada2b684 /libnandfs/correctauxilliary.c | |
| parent | 1eacf117f57c983da30e88f232fab9db7b1e300d (diff) | |
20111215-1640
Diffstat (limited to 'libnandfs/correctauxilliary.c')
| -rw-r--r-- | libnandfs/correctauxilliary.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
