Bump liberty, add consts to some arguments

This commit is contained in:
2016-10-23 13:38:46 +02:00
parent 4848354bb9
commit 230b04014f
2 changed files with 3 additions and 3 deletions

View File

@@ -3116,7 +3116,7 @@ formatter_parse_mirc (struct formatter *self, const char *s)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
static void
formatter_parse_nick (struct formatter *self, char *s)
formatter_parse_nick (struct formatter *self, const char *s)
{
// For outgoing messages; maybe we should add a special #t for them
// which would also make us not cut off the userhost part, ever
@@ -3156,7 +3156,7 @@ formatter_parse_nick (struct formatter *self, char *s)
}
static void
formatter_parse_nick_full (struct formatter *self, char *s)
formatter_parse_nick_full (struct formatter *self, const char *s)
{
formatter_parse_nick (self, s);

Submodule liberty updated: 2a15b1de70...f53b717f3b