15.10.2024 14:25, Thomas Huth wrote:
The linker on OpenBSD complains:ld: warning: console-vc.c:824 (../src/ui/console-vc.c:824)([...]): warning: sprintf() is often misused, please use snprintf() Using g_strdup_printf() is certainly better here, so let's switch to that function instead.
Reviewed-by: Michael Tokarev <[email protected]> Queued for qemu-trivial, thanks! /mjt
