Fix default timestamp

This commit is contained in:
Martin Lund 2022-07-05 18:57:03 +02:00
parent 6a1d4838da
commit f83e81e5db

View file

@ -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;