From: Niki Roo Date: Tue, 8 Aug 2017 17:40:39 +0000 (+0200) Subject: REVEEEEERT! X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=commitdiff_plain;h=9a2f4ede86734a5bae30ef38c9821946c51dfbe8 REVEEEEERT! --- diff --git a/src/be/nikiroo/gofetch/Fetcher.java b/src/be/nikiroo/gofetch/Fetcher.java index 15c56af..b24d3d1 100644 --- a/src/be/nikiroo/gofetch/Fetcher.java +++ b/src/be/nikiroo/gofetch/Fetcher.java @@ -229,7 +229,7 @@ public class Fetcher { private String getLink(String name, String ref, boolean index, boolean html) { if (!html) { - return new StringBuilder().append((index ? "0" : "1") + name) + return new StringBuilder().append((index ? "1" : "0") + name) .append("\t").append("1" + ref) // .append("\t").append(hostname) // .append("\t").append(Integer.toString(port)) //