Added a FIXME.
This commit is contained in:
parent
1fe05388ad
commit
f329f4ed0b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue