Fixed: Infinite recursion in FS::lastModified()
When a file is being opened, a call to FS::lastModified() is made todetermine its modification time. However, FS::lastModified() tries toopen the file to find out what the modification time is…
View differences
Fixed: Infinite recursion in FS::lastModified()
When a file is being opened, a call to FS::lastModified() is made to
determine its modification time. However, FS::lastModified() tries to
open the file to find out what the modification time is…