aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/argparse.c')
-rw-r--r--src/argparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argparse.c b/src/argparse.c
index 308a7dc..0415909 100644
--- a/src/argparse.c
+++ b/src/argparse.c
@@ -1467,7 +1467,7 @@ try_versioned_conffile (const char *configname)
endp = dash + strlen (dash) - 1;
while (endp > dash)
{
- if (!access (name, R_OK))
+ if (!_gpgrt_access (name, R_OK))
{
return name;
}