Skip to content
Snippets Groups Projects
Verified Commit cba6eb76 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX typo in ccaosdb.cpp

parent 96c1a86d
No related branches found
No related tags found
1 merge request!22Return to int64 for integer values
Pipeline #13201 passed
Pipeline: caosdb-cppinttest

#13202

    ......@@ -684,8 +684,8 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
    return 0;
    })
    ERROR_RETURN_CODE(GENERIC_ERROR,
    int caosdb_entity_entity_get_boolean_value_list_value_at(
    caosdb_entity_entity *entity, bool *out, const int index),
    int caosdb_entity_entity_get_boolean_list_value_at(caosdb_entity_entity *entity,
    bool *out, const int index),
    {
    auto *wrapped_entity = WRAPPED_ENTITY_CAST(entity);
    auto value_list = wrapped_entity->GetValue().AsList();
    ......@@ -939,7 +939,7 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
    return 0;
    })
    ERROR_RETURN_CODE(GENERIC_ERROR,
    int caosdb_entity_property_get_boolean_value_list_value_at(
    int caosdb_entity_property_get_boolean_list_value_at(
    caosdb_entity_property *property, bool *out, const int index),
    {
    auto *wrapped_property = WRAPPED_PROPERTY_CAST(property);
    ......
    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