1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

no Book.save() call in native code

This commit is contained in:
Nikolay Pultsin 2013-01-20 05:14:20 +04:00
parent aaded888d4
commit 5c01bea10a
7 changed files with 10 additions and 11 deletions

View file

@ -30,7 +30,7 @@ import org.geometerplus.fbreader.formats.pdb.MobipocketPlugin;
public class PluginCollection {
static {
System.loadLibrary("NativeFormats-v2");
System.loadLibrary("NativeFormats-v3");
}
private static PluginCollection ourInstance;