git://git.nikiroo.be
/
gofetch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2c9a9
)
...one last time?
author
Niki Roo
<niki@nikiroo.be>
Tue, 8 Aug 2017 17:32:01 +0000
(19:32 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Tue, 8 Aug 2017 17:32:01 +0000
(19:32 +0200)
src/be/nikiroo/gofetch/Fetcher.java
patch
|
blob
|
blame
|
history
diff --git
a/src/be/nikiroo/gofetch/Fetcher.java
b/src/be/nikiroo/gofetch/Fetcher.java
index 39cd544103a8b403dcb5bff5e3e055e1aa4b5af6..ea11894de37e7d6a19eb8a7f283e51ceb17089ae 100644
(file)
--- a/
src/be/nikiroo/gofetch/Fetcher.java
+++ b/
src/be/nikiroo/gofetch/Fetcher.java
@@
-196,8
+196,8
@@
public class Fetcher {
boolean last = i == headers.length - 1;
if (enoughStories || last) {
if (!last) {
- gopherLines.add(getLink("More",
preselector + "/.cache_"
- + (page + 1), false));
+ gopherLines.add(getLink("More",
support.getSelector()
+ +
".cache_" +
(page + 1), false));
htmlLines.add(getLink("More", "index_" + (page + 1)
+ ".html", true));
}