From 18c8af55e63653c74d58137cd12434f1213f4230 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Aug 2020 16:07:48 +0200 Subject: Rename some filename utilities for clarity Loosely inspired by Python and the std::filesystem API. --- test/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_util.c') diff --git a/test/test_util.c b/test/test_util.c index fb41ca4..9055e88 100644 --- a/test/test_util.c +++ b/test/test_util.c @@ -37,7 +37,7 @@ int main(void) { - assert(!lilv_realpath(NULL)); + assert(!lilv_path_canonical(NULL)); char a_path[16]; char b_path[16]; -- cgit v1.2.1