blob: 0906d6d1efdb6dc29180f2e10ac6d15f6867abd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Index: trunk/tools/sane-desc.c
===================================================================
--- trunk.orig/tools/sane-desc.c
+++ trunk/tools/sane-desc.c
@@ -2816,8 +2816,10 @@ html_print_footer (void)
"<address>\n"
"<a href=\"http://www.sane-project.org/imprint.html\"\n"
">Contact</a>\n" "</address>\n" "<font size=-1>\n");
- printf ("This page was last updated on %s by sane-desc %s from %s\n",
- asctime (localtime (¤t_time)), SANE_DESC_VERSION, PACKAGE_STRING);
+/* printf ("This page was last updated on %s by sane-desc %s from %s\n",
+ asctime (localtime (¤t_time)), SANE_DESC_VERSION, PACKAGE_STRING); */
+ printf ("This page was last updated by sane-desc %s from %s\n",
+ SANE_DESC_VERSION, PACKAGE_STRING);
printf ("</font>\n");
printf ("</body> </html>\n");
}
|