am 4d4534b3: am 4ec2c6cc: Merge "Fix getDictionary."
* commit '4d4534b3773489d4e5e99683a8220ee7b61c1e80': Fix getDictionary.main
commit
9cb1b71c30
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue