mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
[ptimec_rt] restore '%a' handling
This commit is contained in:
parent
eb403f540f
commit
8d6780e089
@ -88,6 +88,7 @@ ptime_fmt(const char* fmt,
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 'a':
|
||||
case 'Z':
|
||||
if (fmt[lpc + 2]) {
|
||||
if (!ptime_upto(fmt[lpc + 2], str, off, len)) {
|
||||
|
Loading…
Reference in New Issue
Block a user