Skip to content

Changed getMatrixInstruction to copy the entire msg array when no bounds are specified

Sascha Dewes requested to merge array-bounds-fix into master

Changed getMatrixInstruction to copy the entire msg array when no bounds are specified, to avoid losing parts of the message in projects which don't utilize this feature.

Merge request reports