diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-04 16:15:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-04 16:15:17 +0000 |
commit | 8d1945e4806fbffed51d417a8e3fefff40adb0b2 (patch) | |
tree | 9ba16610ef094ef4ece96262dc0fbdcda0a419b2 /protocols/Yahoo/http_gateway.cpp | |
parent | 1200c852713d63ea89ad6d7d63b9ef01d5fc960c (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/http_gateway.cpp')
-rw-r--r-- | protocols/Yahoo/http_gateway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/http_gateway.cpp b/protocols/Yahoo/http_gateway.cpp index bd24b3eb8c..7d7cb37a73 100644 --- a/protocols/Yahoo/http_gateway.cpp +++ b/protocols/Yahoo/http_gateway.cpp @@ -68,7 +68,7 @@ PBYTE YAHOO_httpGatewayUnwrapRecv(NETLIBHTTPREQUEST *nlhr, PBYTE buf, int len, i ylad->rpkts = buf[0] + buf[1] *256;
DebugLog("Got packets: %d", ylad->rpkts);
- if (len == 4){
+ if (len == 4) {
*outBufLen = 0;
return buf;
} else if ( (buf[4] == 'Y') && (buf[5] == 'M') && (buf[6] == 'S') && (buf[7] == 'G') ) {
|