This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor setup.exe display bug?


In geturl.cc, lines 178-179:

      sprintf (buf, "%3d %%  (%dk/%dk)  %d kb/s\n",
        perc, bytes/1000, max_bytes/1000, kbps);

Shouldn't it be bytes/1024? Unless 'k' is metric...

-- Tim Baker



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]