Added a FIXME.
This commit is contained in:
parent
a4a72dfe8c
commit
71dd0f7a6c
|
@ -98,6 +98,8 @@ void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void *data)
|
||||||
if (strcmp(ent->mnt_type, "iso9660") == 0)
|
if (strcmp(ent->mnt_type, "iso9660") == 0)
|
||||||
add_it = 1;
|
add_it = 1;
|
||||||
|
|
||||||
|
/* !!! FIXME: udf? automount? */
|
||||||
|
|
||||||
/* add other mount types here */
|
/* add other mount types here */
|
||||||
|
|
||||||
if (add_it)
|
if (add_it)
|
||||||
|
|
Loading…
Reference in New Issue