mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Do not cache '%' in parse_ft_string (addresses #337)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user