Skip to content

Commit f852ebc

Browse files
committed
Updates submodule
1 parent e968375 commit f852ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/rat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ py::list pyListFromRatCellWrap0(coder::array<RAT::cell_wrap_0, 2U> values)
10131013
py::list result;
10141014
for (int32_T idx0{0}; idx0 < values.size(1); idx0++) {
10151015
std::string tmp;
1016-
stringToRatBoundedArray(tmp, values[idx0].f1.data, values[idx0].f1.size);
1016+
stringFromRatBoundedArray(values[idx0].f1.data, values[idx0].f1.size, tmp);
10171017
result.append(tmp);
10181018
}
10191019

0 commit comments

Comments
 (0)