Skip to content

Commit 3a0c800

Browse files
committed
Update rexm.c
1 parent d1768d3 commit 3a0c800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/rexm/rexm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ int main(int argc, char *argv[])
663663
#endif
664664
// Update generated .html metadata
665665
char exHtmlPath[512] = { 0 };
666-
strcpy(exHtmlPath, TextFormat("%s/%s/%s.html", exBasePath, exCategory, exName)); // WARNING: Cache path for saving
667-
UpdateWebMetadata(exHtmlPath, TextFormat("%s/%s/%s.c", exBasePath, exCategory, exName));
666+
strcpy(exHtmlPath, TextFormat("%s/%s/%s.html", exBasePath, exCategory, exRename)); // WARNING: Cache path for saving
667+
UpdateWebMetadata(exHtmlPath, TextFormat("%s/%s/%s.c", exBasePath, exCategory, exRename));
668668

669669
// Copy results to web side
670670
FileCopy(TextFormat("%s/%s/%s.html", exBasePath, exRecategory, exRename),

0 commit comments

Comments
 (0)