Show
Ignore:
Timestamp:
07/04/08 06:05:11 (5 months ago)
Author:
flynd
Message:

Marked deprecated functions in messages and utilities.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/user.cpp

    r6417 r6418  
    23762376unsigned long ICQUser::Uin() const 
    23772377{ 
    2378   return strtoul(m_szId, NULL, 0); 
     2378  return strtoul(m_szId, NULL, 10); 
    23792379} 
    23802380