PDA

View Full Version : PATCH: Fix vfs.file.mtime


James Wells
07-09-2005, 05:54
Greetings,

A minor typo in the vfs.file.mtime function. At present, the check returns the create time insted of the modification time. This patch simply corrects it to return modification time.

Alexei
07-09-2005, 07:58
Thanks for the patch. Fixed.