am 9cb1b71c: am 4d4534b3: am 4ec2c6cc: Merge "Fix getDictionary."

* commit '9cb1b71c304af6dc7e43efb1a3cf41449ac5bcc3':
  Fix getDictionary.
main
Jean Chalard 2013-10-03 13:21:15 -07:00 committed by Android Git Automerger
commit 48c98423ba
1 changed files with 1 additions and 1 deletions

View File

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