浏览代码

Added a FIXME.

Ryan C. Gordon 16 年之前
父节点
当前提交
71dd0f7a6c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)