|
the TdsComm::GetString tries to make an array of
bytes with the last element being a 0 (zero), then encoding it as a string,
however this seems to return a string that has a NUL ( '\0') as the
last char of the string. Is this right or should the array be one less in
length.
I can submit a patch if that is it is a
bug.
kojo
|
