Merge remote-tracking branch 'upstream/v0.23.x'
This commit is contained in:
@@ -11,7 +11,7 @@ void
|
||||
sticker_print_value(Response &r,
|
||||
const char *name, const char *value)
|
||||
{
|
||||
r.Fmt(FMT_STRING("sticker: {}={}\n"), name, value);
|
||||
r.Fmt("sticker: {}={}\n", name, value);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user