Skip to content

Commit

Permalink
Took out a FIXME comment (decided it was a safe operation anyhow).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 21, 2002
1 parent d1fb49b commit 593db4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/os2.c
Expand Up @@ -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. */
Expand Down

0 comments on commit 593db4b

Please sign in to comment.