Ignore:
Timestamp:
2012-06-03T23:08:43Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7d2ce9a
Parents:
7de784c
Message:

Shut up a flood of GLib-related compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    r7de784c r7a2a486  
    253253        g_return_val_if_fail((s != NULL), NULL);
    254254
    255         u = t = g_strdup(s);
    256         g_strdown(t);
     255        u = t = g_ascii_strdown(s, -1);
    257256
    258257        while (*t && (x < BUF_LEN - 1)) {
Note: See TracChangeset for help on using the changeset viewer.