Configurable time format.
This commit is contained in:
parent
2af789884e
commit
0479ee0f89
7 changed files with 63 additions and 29 deletions
|
|
@ -481,7 +481,7 @@ int s = 0;
|
|||
return;
|
||||
}
|
||||
|
||||
ct = maketime(s);
|
||||
ct = maketime(s, time_format);
|
||||
swprintf(pr, wsizeof(pr), L"Merge %d marked entries [%ls] into current entry?",
|
||||
nmarked, ct);
|
||||
free(ct);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue