Ignore:
Timestamp:
2015-01-17T20:00:49Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merge cleanup changes. (FSF address fix, and using GLib variants of some
functions which cleans up compiler warnings.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    rbc7a0d4 r1065dd4  
    1616 *  You should have received a copy of the GNU General Public License
    1717 *  along with this program; if not, write to the Free Software
    18  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
    1919 *  USA.
    2020 */
     
    514514                                char *iptr = sd->info_sex;
    515515                                while (*iptr++)
    516                                         *iptr = tolower(*iptr);
     516                                        *iptr = g_ascii_tolower(*iptr);
    517517                                g_string_append_printf(st,
    518518                                        "Gender: %s\n", sd->info_sex);
Note: See TracChangeset for help on using the changeset viewer.