Skip to content
Snippets Groups Projects
Commit 6f62cbff authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: change c call

parent 96c5f4a3
No related branches found
No related tags found
No related merge requests found
Pipeline #12666 passed
Pipeline: CaosDB Julia Integration Tests

#12667

    ...@@ -1759,7 +1759,7 @@ Set the remote file path of the given `entity` object. ...@@ -1759,7 +1759,7 @@ Set the remote file path of the given `entity` object.
    """ """
    function set_remote_path(entity::Ref{_Entity}, path::AbstractString) function set_remote_path(entity::Ref{_Entity}, path::AbstractString)
    err_code = ccall( err_code = ccall(
    (:caosdb_entity_entity_set_file_path, CaosDB.library_name), (:caosdb_entity_entity_set_remote_path, CaosDB.library_name),
    Cint, Cint,
    (Ref{_Entity}, Cstring), (Ref{_Entity}, Cstring),
    entity, entity,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment