From c398e83706e86c0ab13c5c1a4c0b667eca87c791 Mon Sep 17 00:00:00 2001 From: Gideon Serfontein Date: Thu, 16 Oct 2025 09:17:38 +0200 Subject: [PATCH] Increased example description buffer size --- tools/rexm/rexm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 2dc295f37..56d12f93e 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -2372,7 +2372,7 @@ static void UpdateWebMetadata(const char *exHtmlPath, const char *exFilePath) char exName[64] = { 0 }; // Example name: fileName without extension char exCategory[16] = { 0 }; // Example category: core, shapes, text, textures, models, audio, shaders - char exDescription[256] = { 0 }; // Example description: example text line #3 + char exDescription[512] = { 0 }; // Example description: example text line #3 char exTitle[64] = { 0 }; // Example title: fileName without extension, replacing underscores by spaces // Get example name: replace underscore by spaces