am 4ec2c6cc: Merge "Fix getDictionary."

* commit '4ec2c6cc5e57835e4d5a5a015d6365549cb55718':
  Fix getDictionary.
main
Jean Chalard 2013-09-26 05:57:40 -07:00 committed by Android Git Automerger
commit 4d4534b377
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public final class BinaryDictOffdeviceUtils {
crash(filename, new RuntimeException(
filename + " does not seem to be a dictionary file"));
} else {
final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file,
final DictDecoder dictDecoder = FormatSpec.getDictDecoder(decodedSpec.mFile,
DictDecoder.USE_BYTEARRAY);
if (report) {
System.out.println("Format : Binary dictionary format");