OpenPLC_v3
OpenPLC_v3 copied to clipboard
Don't overwrite the buffer pointer with the number of bytes written
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
.