Merge pull request #486 from ijackson/utime

Re-disable faking utime by default
This commit is contained in:
Wolfgang Hommel
2025-01-28 06:24:32 +01:00
committed by GitHub

View File

@@ -876,7 +876,7 @@ static bool load_time(struct timespec *tp)
* =======================================================================
*/
#ifdef FAKE_UTIME
static int fake_utime_disabled = 0;
static int fake_utime_disabled = 1;
#endif