Fixed|Network: Incorrect parsing of data sent from server
Now taking use of the safe behavior of qstrncpy, which ensures nulltermination.
This was triggering an assertion and the server data was not beingcorrectly displayed.
View differences
Fixed|Network: Incorrect parsing of data sent from server
Now taking use of the safe behavior of qstrncpy, which ensures null
termination.
This was triggering an assertion and the server data was not being
correctly displayed.