- Timestamp:
- 2010-07-25T08:56:17Z (14 years ago)
- Branches:
- master
- Children:
- 51a3d12
- Parents:
- 42acba1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r42acba1 r5588edf5 2226 2226 } 2227 2227 } 2228 if ( (ip = (long) g_hash_table_lookup(od->ips, &info->uin)) != 0) {2228 if (od->ips && (ip = (long) g_hash_table_lookup(od->ips, &info->uin)) != 0) { 2229 2229 g_string_append_printf(str, "\n%s: %d.%d.%d.%d", _("Last used IP address"), 2230 2230 (ip >> 24), (ip >> 16) & 0xff, (ip >> 8) & 0xff, ip & 0xff);
Note: See TracChangeset
for help on using the changeset viewer.