1diff -Naur judy-1.0.5.orig/jhton.c judy-1.0.5/jhton.c
2--- judy-1.0.5.orig/tool/jhton.c 2025-03-29 18:37:09
3+++ judy-1.0.5/tool/jhton.c 2025-03-29 18:40:47
4@@ -674,7 +674,6 @@
5 char * pagesection; // such as "3X".
6 char lcletter; // manual tab section, such as "j".
7 char * revision; // from centered table datum.
8- time_t currtime; // for ctime().
9
10 // Extract "weird" header values:
11 //
12@@ -690,11 +689,8 @@
13 "contain revision information");
14 }
15
16-// Emit file header; note, ctime() output already contains a newline:
17-
18- (void) time(&currtime);
19- (void) printf(".\\\" Auto-translated to nroff -man from %s by %s at %s",
20- Filename, gc_myname, ctime(&currtime));
21+ (void) printf(".\\\" Auto-translated to nroff -man from %s by %s\n",
22+ Filename, gc_myname);
23
24 (void) printf(".\\\" %s\n", filerev);
25 (void) printf(".TA %c\n", lcletter);