Fix the build (again)

Change-Id: Idb7addede891a5c672d7fc09ddfe4d2585f8d647
main
Jean Chalard 2012-10-23 19:34:21 +09:00
parent 5e5be5a2d2
commit 1ec8299389
1 changed files with 1 additions and 1 deletions

View File

@ -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,