- Timestamp:
- 2010-04-19T22:40:58Z (15 years ago)
- Branches:
- master
- Children:
- dbbf34a
- Parents:
- 0d7bd89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skype.c
r0d7bd89 r3518933 340 340 } 341 341 imcb_log(ic, "User `%s' changed mood text to `%s'", user, buf); 342 } 343 else if (!strncmp(ptr, "FULLNAME ", 9)) 342 } else if (!strncmp(ptr, "FULLNAME ", 9)) 344 343 sd->info_fullname = g_strdup(ptr + 9); 345 344 else if (!strncmp(ptr, "PHONE_HOME ", 11))
Note: See TracChangeset
for help on using the changeset viewer.