James Moger
2011-12-13 3b6904b1d92b987e308f5fb3308fec215ba1f1ae
src/com/gitblit/build/Build.java
@@ -313,7 +313,7 @@
                  lastProgress = progress;
                  updateDownload(progress, targetFile);
                  if (downloadListener != null) {
                     int percent = Math.round(100 * progress);
                     int percent = Math.min(100, Math.round(100 * progress));
                     downloadListener.downloading(mo.name + " (" + percent + "%)");
                  }
               }