Took out a FIXME comment (decided it was a safe operation anyhow).

This commit is contained in:
Ryan C. Gordon 2002-08-21 23:34:18 +00:00
parent d1fb49b0b6
commit 593db4b13b
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ char **__PHYSFS_platformDetectAvailableCDs(void)
rc = DosQueryCurrentDisk(&dummy, &drivemap);
BAIL_IF_MACRO(os2err(rc) != NO_ERROR, NULL, retval);
/* !!! FIXME: the a, b, and c drives are almost certainly NOT cdroms... */
for (i = 0, bit = 1; i < 26; i++, bit <<= 1)
{
if (drivemap & bit) /* this logical drive exists. */