From 6f62cbff4de6e5c51b87be4233944258cfcd3960 Mon Sep 17 00:00:00 2001
From: Alexander Kreft <akreft@trineo.org>
Date: Thu, 26 Aug 2021 13:30:41 +0000
Subject: [PATCH] MAINT: change c call

---
 src/Entity.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Entity.jl b/src/Entity.jl
index 6fa2c7e..eb7c901 100644
--- a/src/Entity.jl
+++ b/src/Entity.jl
@@ -1759,7 +1759,7 @@ Set the remote file path of the given `entity` object.
 """
 function set_remote_path(entity::Ref{_Entity}, path::AbstractString)
     err_code = ccall(
-        (:caosdb_entity_entity_set_file_path, CaosDB.library_name),
+        (:caosdb_entity_entity_set_remote_path, CaosDB.library_name),
         Cint,
         (Ref{_Entity}, Cstring),
         entity,
-- 
GitLab