Bump liberty, add consts to some arguments
This commit is contained in:
parent
4848354bb9
commit
230b04014f
|
@ -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);
|
||||||
|
|
||||||
|
|
2
liberty
2
liberty
|
@ -1 +1 @@
|
||||||
Subproject commit 2a15b1de700eb4e20c6bebb9742c8e20fffc9687
|
Subproject commit f53b717f3bba27ca1c42486d3742c91967f3fe93
|
Loading…
Reference in New Issue