diff options
Diffstat (limited to 'Build/source/texk/kpathsea/kpsestat.c')
-rw-r--r-- | Build/source/texk/kpathsea/kpsestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsestat.c b/Build/source/texk/kpathsea/kpsestat.c index 04a0d9835a5..49d884333df 100644 --- a/Build/source/texk/kpathsea/kpsestat.c +++ b/Build/source/texk/kpathsea/kpsestat.c @@ -114,7 +114,7 @@ Try `%s --help' for more information.\n", argv[0], argv[0]); perror(argv[2]); return 1; } - + result = f.st_mode & 07777; result |= to_set; result |= to_keep & result; |