James Moger
2011-12-07 7e8873a14ccc2cb25213489d7d7ba97f09673831
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 + "%)");
                  }
               }