- Timestamp:
- 2010-07-16T23:14:04Z (14 years ago)
- Branches:
- master
- Children:
- 2945c6f, 4346c3f4
- Parents:
- 516a9c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r516a9c6 ref14a83 2521 2521 char * chatname; 2522 2522 2523 chatname = g_strdup_printf("%s%s _%d", isdigit(*ic->acc->user) ? "icq_" : "",2523 chatname = g_strdup_printf("%s%s%d", isdigit(*ic->acc->user) ? "icq" : "", 2524 2524 ic->acc->user, chat_id++); 2525 2525
Note: See TracChangeset
for help on using the changeset viewer.