X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fgofetch%2Fsupport%2FSlashdot.java;h=43ce13d023ff498d3a759e9eac884f351d10e79a;hb=1ab7ff0acbc00ddcf6b27a3bebd1e351fdbe96a2;hp=6fb51a6dd32cb5f0bd37692165560ca1fdb915b9;hpb=64a785f647e030efab3977e0a811e975f05a798f;p=gofetch.git diff --git a/src/be/nikiroo/gofetch/support/Slashdot.java b/src/be/nikiroo/gofetch/support/Slashdot.java index 6fb51a6..43ce13d 100644 --- a/src/be/nikiroo/gofetch/support/Slashdot.java +++ b/src/be/nikiroo/gofetch/support/Slashdot.java @@ -45,10 +45,6 @@ public class Slashdot extends BasicSupport { id = id.substring("title-".length()); } - while (id.length() < 10) { - id = "0" + id; - } - return id; }