Changeset 1065dd4 for protocols/skype
- Timestamp:
- 2015-01-17T20:00:49Z (10 years ago)
- Branches:
- master
- Children:
- eb4ad8d
- Parents:
- bc7a0d4 (diff), 6b13103 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skype.c
rbc7a0d4 r1065dd4 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 5 9 Temple Place - Suite 330, Boston, MA 02111-1307,18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 19 19 * USA. 20 20 */ … … 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.