Changeset 6418 for trunk/licq/src/user.cpp
- Timestamp:
- 07/04/08 06:05:11 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/user.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/user.cpp
r6417 r6418 2376 2376 unsigned long ICQUser::Uin() const 2377 2377 { 2378 return strtoul(m_szId, NULL, 0);2378 return strtoul(m_szId, NULL, 10); 2379 2379 } 2380 2380
