- Timestamp:
- 06/05/08 02:30:46 (7 months ago)
- Location:
- trunk/msn/src
- Files:
-
- 2 modified
-
msnevent.cpp (modified) (1 diff)
-
msnpacket.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/msn/src/msnevent.cpp
r5818 r6233 192 192 if (nWrote != (ssize_t)nLen) 193 193 { 194 gLog.Error("%sDisplay Picture: Tried to write %ld, but wrote % d(Id: %ld.\n",194 gLog.Error("%sDisplay Picture: Tried to write %ld, but wrote %lu (Id: %ld.\n", 195 195 L_MSNxSTR, nLen, nWrote, m_nSessionId); 196 196 } -
trunk/msn/src/msnpacket.cpp
r6180 r6233 652 652 "Max-Forwards: 0\r\n" 653 653 "Content-Type: application/x-msnmsgr-sessionreqbody\r\n" 654 "Content-Length: % d\r\n"654 "Content-Length: %lu\r\n" 655 655 "\r\n", szToEmail, szToEmail, szFromEmail, szBranchGUID, 656 656 m_szCallGUID, strlen(szBodyBuf)+1);
