Ticket #1387: warnings-licq-2006-09-02.patch

File warnings-licq-2006-09-02.patch, 1.0 kB (added by root_42, 2 years ago)
  • include/licq_message.h

     
    5454   unsigned short LicqVersion()  { return m_nFlags & E_LICQxVER; } 
    5555   direction Direction()  {  return m_eDir; } 
    5656   CICQColor *Color() { return &m_sColor; } 
    57    int ConvoId() { return m_nConvoId; } 
     57   unsigned long ConvoId() { return m_nConvoId; } 
    5858    
    5959   bool Pending() { return m_bPending; } 
    6060   void SetPending(bool b)  { m_bPending = b; } 
  • src/user.cpp

     
    27922792  bool bLeft = false; 
    27932793  unsigned long i = 0, j, nField = 0, nPos = 0; 
    27942794  char szTemp[128]; 
    2795   const char *sz; 
     2795  const char *sz = 0; 
    27962796 
    27972797  // Our secure string for escaping stuff 
    27982798  bool bSecure = (_szFormat[0] == '|' && (nFlags & USPRINTF_PIPEISCMD)) ||