1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

cover loading in fb2 native plugin

This commit is contained in:
Nikolay Pultsin 2012-03-27 17:46:37 +01:00
parent 79a06410ae
commit 1f63a57f17
12 changed files with 88 additions and 57 deletions

View file

@ -308,7 +308,7 @@ void FB2BookReader::endElementHandler(int tag) {
myModelReader.model().book()->file(),
"base64",
myCurrentImageStart,
getCurrentPosition()
getCurrentPosition() - myCurrentImageStart
));
}
myCurrentImageId.clear();