[Live-devel] SIPClient
Dmitriy Vasil'ev
tech at digiton.ru
Wed Sep 21 01:06:17 PDT 2011
Hello,
SIPClient.cpp, line 500
if (sscanf(lineStart, "Content-Length: %d", &contentLength) == 1
|| sscanf(lineStart, "Content-Length: %d", &contentLength) == 1) {
Is this bug?
May be:
if (sscanf(lineStart, "Content-Length: %d", &contentLength) == 1
|| sscanf(lineStart, "Content-Length:%d", &contentLength) == 1) {
?
Best regards,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20110921/23ea1749/attachment-0001.html>
More information about the live-devel
mailing list