Changeset 1dcbd3e for root_commands.c


Ignore:
Timestamp:
2018-02-11T20:09:43Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
16ea00d
Parents:
d168091
Message:

irc.h: Add G_GNUC_PRINTF annotations to printf-like functions

The change in root_commands.c is due to -Wformat-zero-length, which is
bs but whatever. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    rd168091 r1dcbd3e  
    12361236#endif
    12371237
    1238         irc_rootmsg(irc, "");
     1238        irc_rootmsg(irc, " ");
    12391239
    12401240        gstr = g_string_new(NULL);
Note: See TracChangeset for help on using the changeset viewer.