From 81e06363fd5be411ff34013f1024664f68f66a12 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Feb 2024 03:19:54 +0000 Subject: utility api's: renamed slbt_util_realpath() --> slbt_util_real_path(). --- src/internal/slibtool_lconf_impl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/internal/slibtool_lconf_impl.c') 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) { -- cgit v1.2.3