Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 1, 2010
1 parent a4a72df commit 71dd0f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform_unix.c
Expand Up @@ -98,6 +98,8 @@ void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void *data)
if (strcmp(ent->mnt_type, "iso9660") == 0)
add_it = 1;

/* !!! FIXME: udf? automount? */

/* add other mount types here */

if (add_it)
Expand Down

0 comments on commit 71dd0f7

Please sign in to comment.