Changeset 11d4123 for protocols


Ignore:
Timestamp:
2016-11-19T08:10:48Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
5a8afc3
Parents:
66b7741
Message:

protocols/unknown: Fix format-security warning

Which is -Werror'd in debian builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/unknown.c

    r66b7741 r11d4123  
    3434
    3535        msg = explain_unknown_protocol(acc->prpl->name);
    36         imcb_error(ic, msg);
     36        imcb_error(ic, "%s", msg);
    3737        g_free(msg);
    3838
Note: See TracChangeset for help on using the changeset viewer.