mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
f538f2ae9b
2
format.c
2
format.c
@ -336,7 +336,7 @@ format_expand_time(struct format_tree *ft, const char *fmt, time_t t)
|
|||||||
size_t tmplen;
|
size_t tmplen;
|
||||||
struct tm *tm;
|
struct tm *tm;
|
||||||
|
|
||||||
if (fmt == NULL)
|
if (fmt == NULL || *fmt == '\0')
|
||||||
return (xstrdup(""));
|
return (xstrdup(""));
|
||||||
|
|
||||||
tm = localtime(&t);
|
tm = localtime(&t);
|
||||||
|
Loading…
Reference in New Issue
Block a user