mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
Stack overflow fix
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1073 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
649f0d4bfa
commit
4117d36c25
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class BookTree extends LibraryTree {
|
|||
|
||||
public String getSummary() {
|
||||
if (!myShowAuthors) {
|
||||
return super.getSecondString();
|
||||
return super.getSummary();
|
||||
}
|
||||
StringBuilder builder = new StringBuilder();
|
||||
int count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue