From 08b3868de10064c3fe9c41fdf79e82fb456b5cb4 Mon Sep 17 00:00:00 2001 From: itycodes Date: Sun, 6 Oct 2024 05:54:36 +0200 Subject: [PATCH] Prepend the advertised version of the global --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9eba009..b8646cd 100644 --- a/main.c +++ b/main.c @@ -15,7 +15,7 @@ void handle_global( uint32_t name, const char* interface, uint32_t version) { - printf("%s\n", interface); + printf("v%d %s\n", version, interface); } void handle_global_remove(