Fix the build (again)
Change-Id: Idb7addede891a5c672d7fc09ddfe4d2585f8d647
This commit is contained in:
parent
5e5be5a2d2
commit
1ec8299389
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ public class BinaryDictIOTests extends AndroidTestCase {
|
|||
}
|
||||
if (header == null) return null;
|
||||
return BinaryDictInputOutput.getWordAtAddress(buffer, header.mHeaderSize,
|
||||
address - header.mHeaderSize, header.mFormatOptions);
|
||||
address - header.mHeaderSize, header.mFormatOptions).mWord;
|
||||
}
|
||||
|
||||
private long runGetTerminalPosition(final FusionDictionaryBufferInterface buffer,
|
||||
|
|
Loading…
Reference in a new issue