* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
``unk''. Use single puts. Add leading newline. Line up equal-signs.
This commit is contained in:
parent
92b3d79a08
commit
be1d479e09
|
@ -1,3 +1,8 @@
|
||||||
|
2004-10-22 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
|
||||||
|
|
||||||
|
* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
|
||||||
|
``unk''. Use single puts. Add leading newline. Line up equal-signs.
|
||||||
|
|
||||||
2004-10-20 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
|
2004-10-20 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
|
||||||
|
|
||||||
* cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list.
|
* cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list.
|
||||||
|
|
|
@ -1160,10 +1160,11 @@ dump_sysinfo ()
|
||||||
SetErrorMode (prev_mode);
|
SetErrorMode (prev_mode);
|
||||||
if (givehelp)
|
if (givehelp)
|
||||||
{
|
{
|
||||||
printf ("fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share\n");
|
puts (
|
||||||
printf ("CP=Case Preserving, CS=Case Sensitive, UN=Unicode\n");
|
"fd = floppy, hd = hard drive, cd = CD-ROM\n"
|
||||||
printf
|
"net= Network Share, ram= RAM drive, unk= Unknown\n"
|
||||||
("PA=Persistent ACLS, FC=File Compression, VC=Volume Compression\n");
|
"CP = Case Preserving, CS = Case Sensitive, UN = Unicode\n"
|
||||||
|
"PA = Persistent ACLS, FC = File Compression, VC = Volume Compression");
|
||||||
}
|
}
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue