Do not cache '%' in parse_ft_string (addresses #337)

This commit is contained in:
Wolfgang Hommel
2021-06-22 21:47:57 +02:00
parent 9a73db074b
commit f88c8d4221

View File

@@ -907,7 +907,7 @@ int __xstat (int ver, const char *path, struct stat *buf)
{
if (!fake_stat_disabled)
{
fake_statbuf(buf);
(!dont_fake) fake_statbuf(buf);
}
}