Merge remote-tracking branch 'upstream/v0.23.x'

This commit is contained in:
Michael Herstine
2025-01-20 09:44:07 -08:00
27 changed files with 222 additions and 109 deletions
+1 -1
View File
@@ -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