mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-10 17:31:59 +02:00
w_tty is an array, so we don't need to perform NULL check on it
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
@@ -429,7 +429,7 @@ winmsg_esc_ex(WinLogName, Window *win)
|
||||
|
||||
winmsg_esc_ex(WinTty, Window *win)
|
||||
{
|
||||
if (win && win->w_tty && win->w_tty[0])
|
||||
if (win && win->w_tty[0])
|
||||
wmbc_printf(wmbc, "%s", win->w_tty);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user