Changes between Initial Version and Version 1 of Ticket #3292
- Timestamp:
- 2015-04-24T10:23:00Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3292 – Description
initial v1 30 30 }}} 31 31 32 which is wrong as inside the external function call fmi1GetString_OMC we set the strings but when we come back we don't use the value that got changed via: (const char**) data_of_string_c89_array().32 which is wrong as inside the external function call fmi1GetString_OMC we set the strings but when we come back we don't use the value that got changed via: {{{(const char**) data_of_string_c89_array()}}}. 33 33 34 34 We should have something like: