diff options
author | midipix <writeonce@midipix.org> | 2024-02-19 03:19:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-19 03:19:54 +0000 |
commit | 81e06363fd5be411ff34013f1024664f68f66a12 (patch) | |
tree | a15b0acdc884f37b9c3eedd0246a4fd262c70622 /src/internal | |
parent | 4373b876273680b58ab1745a203b8bfc53f1de9d (diff) | |
download | slibtool-81e06363fd5be411ff34013f1024664f68f66a12.tar.bz2 slibtool-81e06363fd5be411ff34013f1024664f68f66a12.tar.xz |
utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_lconf_impl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/slibtool_lconf_impl.c b/src/internal/slibtool_lconf_impl.c index dc73bc3..82904d2 100644 --- a/src/internal/slibtool_lconf_impl.c +++ b/src/internal/slibtool_lconf_impl.c @@ -387,7 +387,7 @@ static int slbt_lconf_trace_result_plain( fderr = slbt_driver_fderr(dctx); - cpath = !(slbt_util_realpath(fdat,lconf,0,path,sizeof(path))) + cpath = !(slbt_util_real_path(fdat,lconf,0,path,sizeof(path))) ? path : lconf; switch (err) { @@ -435,7 +435,7 @@ static int slbt_lconf_trace_result_annotated( fderr = slbt_driver_fderr(dctx); - cpath = !(slbt_util_realpath(fdat,lconf,0,path,sizeof(path))) + cpath = !(slbt_util_real_path(fdat,lconf,0,path,sizeof(path))) ? path : lconf; switch (err) { |