mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-05 11:57:40 +03:00
Use LTSV by default for trusted comments
This commit is contained in:
parent
398a4790b7
commit
a21ecff4a6
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ default_trusted_comment(const char *message_file)
|
||||||
char *ret;
|
char *ret;
|
||||||
time_t ts = time(NULL);
|
time_t ts = time(NULL);
|
||||||
|
|
||||||
if (asprintf(&ret, "timestamp: %lu file: %s",
|
if (asprintf(&ret, "timestamp:%lu\tfile:%s",
|
||||||
(unsigned long) ts, file_basename(message_file)) < 0 ||
|
(unsigned long) ts, file_basename(message_file)) < 0 ||
|
||||||
ret == NULL) {
|
ret == NULL) {
|
||||||
exit_err("asprintf()");
|
exit_err("asprintf()");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue