OpenPLC_v3 icon indicating copy to clipboard operation
OpenPLC_v3 copied to clipboard

Don't overwrite the buffer pointer with the number of bytes written

Open Abestanis opened this issue 3 weeks ago • 0 comments

I think the intention here was to move the buffer pointer by the number of characters that were written, not to overwrite the pointer so that it points to (char*) num_bytes_written.

Abestanis avatar Feb 04 '25 10:02 Abestanis