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

MAINT: Typo

parent 9786ed4f
Branches
Tags
1 merge request!11F get value
......@@ -938,7 +938,7 @@ function get_property_list_length(entity::Ref{_Entity})
length = Ref{Cint}(0)
err_code = ccall(
(:caosdb_entity_property_get_value_list_length, CaosDB.library_name),
(:caosdb_entity_entity_get_value_list_length, CaosDB.library_name),
Cint,
(Ref{_Entity}, Ref{Cint}),
entity,
......@@ -1923,7 +1923,7 @@ function set_value(
)
elseif in_type <: Number
err_code = ccall(
(:caosdb_entity_entity_set_int_value, CaosDB.library_name),
(:caosdb_entity_entity_set_double_value, CaosDB.library_name),
Cint,
(Ref{_Entity}, Cdouble),
entity,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment