X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fgofetch%2Foutput%2FGopher.java;h=1ad9731ccf1308fbf9f4c650783dd10e6da5044e;hb=2527107526aea628df09c3ad53432e9a5480fcd7;hp=10714b171235332ac30f88a8ffbd14932e176504;hpb=eaaeae39d61b9fa1a44619566c4ebf7f1e99e811;p=gofetch.git diff --git a/src/be/nikiroo/gofetch/output/Gopher.java b/src/be/nikiroo/gofetch/output/Gopher.java index 10714b1..1ad9731 100644 --- a/src/be/nikiroo/gofetch/output/Gopher.java +++ b/src/be/nikiroo/gofetch/output/Gopher.java @@ -8,7 +8,7 @@ import be.nikiroo.gofetch.data.Story; import be.nikiroo.gofetch.support.BasicSupport.Type; public class Gopher extends Output { - static private final int LINE_SIZE = 70; + static private final int LINE_SIZE = 67; public Gopher(Type type, String hostname, String preselector, int port) { super(type, hostname, preselector, port);