mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix default timestamp
This commit is contained in:
parent
6a1d4838da
commit
f83e81e5db
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ char *current_time(void)
|
||||||
switch (option.timestamp)
|
switch (option.timestamp)
|
||||||
{
|
{
|
||||||
case TIMESTAMP_NONE:
|
case TIMESTAMP_NONE:
|
||||||
return NULL;
|
|
||||||
case TIMESTAMP_24HOUR:
|
case TIMESTAMP_24HOUR:
|
||||||
// "hh:mm:ss.sss" (24 hour format)
|
// "hh:mm:ss.sss" (24 hour format)
|
||||||
tv = tv_now;
|
tv = tv_now;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue