changeset 2535:52d1a0ff9c77

Use fputc(0xa7, ..) instead of fprintfing a non-UTF8 character.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Dec 2023 02:32:47 +0200
parents 76b67c40fbf5
children a23fba3fa943
files src/colormap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/colormap.c	Tue Dec 26 02:31:17 2023 +0200
+++ b/src/colormap.c	Tue Dec 26 02:32:47 2023 +0200
@@ -131,7 +131,7 @@
 void putTagStartText(FILE *outFile, const int c)
 {
     (void) outFile; (void) c;
-//    fprintf(outFile, "§");
+//    fputc(0xa7, outFile);
 }
 
 void putTagEndText(FILE *outFile)