Changeset 6b13103 for protocols/skype
- Timestamp:
- 2015-01-16T19:50:23Z (10 years ago)
- Branches:
- master
- Children:
- 1065dd4, eabe6d4
- Parents:
- 6f10697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skype.c
r6f10697 r6b13103 514 514 char *iptr = sd->info_sex; 515 515 while (*iptr++) 516 *iptr = tolower(*iptr);516 *iptr = g_ascii_tolower(*iptr); 517 517 g_string_append_printf(st, 518 518 "Gender: %s\n", sd->info_sex);
Note: See TracChangeset
for help on using the changeset viewer.