From 68a678a5497f0361e1d1f7857c364eb9f83eb814 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 7 Sep 2025 10:18:41 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index b013646fa..9f3558745 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1106,6 +1106,9 @@ int main(int argc, char *argv[]) exInfo->status &= ~VALID_MISSING_WEB_OUTPUT; exInfo->status &= ~VALID_MISSING_WEB_METADATA; + + // Update source code header info + UpdateSourceMetadata(TextFormat("%s/%s/%s.html", exBasePath, exInfo->category, exInfo->name), exInfo); } } }