Skip to content

Commit

Permalink
- updates so it compiles
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4974 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 17, 2010
1 parent 3248d3e commit 6455574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/dynload.c
Expand Up @@ -475,7 +475,7 @@ static int value_to_type_desc(void *value, type_description *desc)
case Values__ARRAY_3dBOX2: {
void *data = RML_STRUCTDATA(value)[0];
void *dimLst = RML_STRUCTDATA(value)[1];
if (parse_array(desc, dims)) {
if (parse_array(desc, data, dimLst)) {
printf("Parsing of array failed\n");
return -1;
}
Expand Down

0 comments on commit 6455574

Please sign in to comment.