Closed andershenja closed 5 months ago
Data value is compared against data type. Should be changed to compare type against type in composite.c
--- a/librave/toolbox/composite.c +++ b/librave/toolbox/composite.c @@ -1746,7 +1746,7 @@ static int CompositeInternal_setValuesInValuePos( return 0; }
Data value is compared against data type. Should be changed to compare type against type in composite.c
--- a/librave/toolbox/composite.c +++ b/librave/toolbox/composite.c @@ -1746,7 +1746,7 @@ static int CompositeInternal_setValuesInValuePos( return 0; }