Skip to content
Snippets Groups Projects
Commit 51a590b2 authored by Yuichiro Hanada's avatar Yuichiro Hanada
Browse files

Fix getDictionary.

Change-Id: I6bc3ec8dd4397a9aaf9dca2f16ce8a1929a47e9e
parent 10b56df4
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ public final class BinaryDictOffdeviceUtils { ...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment