From 71dd0f7a6c53aeede4b7bb2071b92fad2d54c65e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 1 Mar 2010 08:49:04 -0800 Subject: [PATCH] Added a FIXME. --- src/platform_unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform_unix.c b/src/platform_unix.c index 418968e3..24846ab8 100644 --- a/src/platform_unix.c +++ b/src/platform_unix.c @@ -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)