mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
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);
|
||||||
|
Reference in New Issue
Block a user