From f329f4ed0b7b706851912236cabd29141b574289 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 20 Aug 2010 01:25:20 -0400 Subject: [PATCH] Added a FIXME. --- src/physfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/physfs.c b/src/physfs.c index bdcfaefc..b1b9cfd6 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -1625,6 +1625,7 @@ int PHYSFS_exists(const char *fname) } /* PHYSFS_exists */ +/* !!! FIXME: should this just call PHYSFS_stat() now? */ PHYSFS_sint64 PHYSFS_getLastModTime(const char *_fname) { PHYSFS_sint64 retval = -1;