mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix the build (again)
Change-Id: Idb7addede891a5c672d7fc09ddfe4d2585f8d647
This commit is contained in:
parent
5e5be5a2d2
commit
1ec8299389
@ -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…
x
Reference in New Issue
Block a user