changeset 2432:ad34b6c78af2

Rename 'coder' to 'creator'.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Apr 2022 16:19:00 +0300
parents a9d0ca82aea0
children 8c346c4e54b2
files src/mkloc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mkloc.c	Tue Apr 19 15:36:09 2022 +0300
+++ b/src/mkloc.c	Tue Apr 19 16:19:00 2022 +0300
@@ -1089,10 +1089,10 @@
                 fprintf(outFile, "<creators>");
                 for (int n = 0; n < tmp->ncreators; n++)
                 {
-                    fprintf(outFile, "<coder role=\"%s\">",
+                    fprintf(outFile, "<creator role=\"%s\">",
                         locGetAreaCreatorRole(tmp->creators[n].flags, TRUE));
                     fputse(tmp->creators[n].name, outFile);
-                    fprintf(outFile, "</coder>");
+                    fprintf(outFile, "</creator>");
                 }
                 fprintf(outFile, "</creators>");
             }