]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - geturl.cc
2001-01-04 Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
[cygwin-apps/setup.git] / geturl.cc
index 4fd44c2555edc8e6f76a9732fc1b398194eae367..d6ef257e8c2720981845ae096f5d6db44ba6908f 100644 (file)
--- a/geturl.cc
+++ b/geturl.cc
@@ -94,7 +94,7 @@ progress (int bytes)
     {
       int perc = (int)(100.0 * ((double)bytes) / (double)max_bytes);
       Progress.SetBar1(bytes, max_bytes);
-      sprintf (buf, "%3d %%  (%dk/%dk)  %2.1f kb/s\n",
+      sprintf (buf, "%d %%  (%dk/%dk)  %03.1f kb/s\n",
               perc, bytes / 1000, max_bytes / 1000, kbps);
       if (total_download_bytes > 0)
        {
This page took 0.02681 seconds and 5 git commands to generate.