Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.1, 5.11.1
-
None
Description
int QDataStream::readRawData(char *s, int len): The buffer s must be preallocated. The data is not encoded.
It should be: "The data is not decoded.".