[Patch] cygcheck: Allow for larger drives. ``Used'', not ``Free''.

2004-10-20 Thread Bas van Gompel
Hi, Another (trivial, IMO) patch: I noticed the format for ``Size'' in the drive-list is 5 digits long. This overflows for drives >= 100 gigabytes. This patch allows for drives < 10 terabytes. While at this, I spotted, in the help-text, where the title reads ``Free'', it should read ``Used''. C

Re: [Patch] cygcheck: Allow for larger drives. ``Used'', not ``Free''.

2004-10-20 Thread Christopher Faylor
On Wed, Oct 20, 2004 at 10:20:12PM +0200, Bas van Gompel wrote: >2004-10-20 Bas van Gompel <[EMAIL PROTECTED]> > > * cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list. > Change ``Used'' to ``Free'' in helptext-title for drive-list. Applied. Thanks. cgf