Ryan C. Gordon 16 anni fa
parent
commit
71dd0f7a6c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/platform_unix.c

+ 2 - 0
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)