Commit fe184ac5 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

removed const since c++ does not allow to use memcpy with a const lvalue...

removed const since c++ does not allow to use memcpy with a const lvalue destination, removed array length in array parameters brackets, changed type of len from size_t to int since it is only used as int and replaced anonym funtion that cast len to int by &len
parent 54df2ac5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment