diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-14 14:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-14 14:01:09 +0100 |
commit | 4afe26fa82fd2701cbf686799668d685645b220e (patch) | |
tree | ebb25aa2f8485b643136b210ee0df521c5cbe4c8 /tmux.c | |
parent | 74b958ecbed7102a0f3f5faf5d976411726661ba (diff) | |
parent | 216ddf3da5798fe3e7246310ebe0b77e591ee34e (diff) | |
download | rtmux-4afe26fa82fd2701cbf686799668d685645b220e.tar.gz rtmux-4afe26fa82fd2701cbf686799668d685645b220e.tar.bz2 rtmux-4afe26fa82fd2701cbf686799668d685645b220e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -201,6 +201,7 @@ main(int argc, char **argv) #endif setlocale(LC_TIME, ""); + tzset(); if (**argv == '-') flags = CLIENT_LOGIN; |