commit 126380740596afe8d72fa45f779bcfe3c03ee426
parent ddab2563b937e05102f551061a21badef9ab9f55
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 31 Dec 2019 09:57:21 +0100
Stop emitting hardcoded "ModificationTime" in the output header.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/header.c b/src/header.c
@@ -34,7 +34,6 @@ header(FILE *stream, char *name, char *chars)
fprintf(stream, "OS2_WeightWidthSlopeOnly: 0\n");
fprintf(stream, "OS2_UseTypoMetrics: 0\n");
fprintf(stream, "CreationTime: 1575314000\n");
- fprintf(stream, "ModificationTime: 1575314000\n");
fprintf(stream, "PfmFamily: 33\n");
fprintf(stream, "TTFWeight: 500\n");
fprintf(stream, "TTFWidth: 5\n");