OSspecific highResLastModified uses wrong struct field
highResLastModified uses stat(3) system call. It should use st_mtim, not st_atim.
Moving repositories to https://gitlab.com/openfoam on 1 Nov 2025
Create your https://gitlab.com account now so you can file issues & send MRs
highResLastModified uses stat(3) system call. It should use st_mtim, not st_atim.