Added a FIXME.

This commit is contained in:
Ryan C. Gordon 2010-03-01 08:49:04 -08:00
parent a4a72dfe8c
commit 71dd0f7a6c
1 changed files with 2 additions and 0 deletions

View File

@ -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)