Bump liberty, add consts to some arguments

This commit is contained in:
Přemysl Eric Janouch 2016-10-23 13:38:46 +02:00
parent 4848354bb9
commit 230b04014f
Signed by: p
GPG Key ID: B715679E3A361BE6
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 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 // For outgoing messages; maybe we should add a special #t for them
// which would also make us not cut off the userhost part, ever // 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 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); formatter_parse_nick (self, s);

@ -1 +1 @@
Subproject commit 2a15b1de700eb4e20c6bebb9742c8e20fffc9687 Subproject commit f53b717f3bba27ca1c42486d3742c91967f3fe93