From a467abc7265f04ab39e13f80ed569dca563c67c3 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 15 Nov 2019 11:21:32 +0000 Subject: Do not add path if it is NULL, duh. --- usr.bin/tmux/input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/tmux/input.c') diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c index 41a0b5c9d70..c1193114ba4 100644 --- a/usr.bin/tmux/input.c +++ b/usr.bin/tmux/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.165 2019/11/15 11:16:53 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.166 2019/11/15 11:21:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -132,7 +132,6 @@ static void input_set_state(struct window_pane *, static void input_reset_cell(struct input_ctx *); static void input_osc_4(struct input_ctx *, const char *); -static void input_osc_7(struct input_ctx *, const char *); static void input_osc_10(struct input_ctx *, const char *); static void input_osc_11(struct input_ctx *, const char *); static void input_osc_52(struct input_ctx *, const char *); -- cgit v1.2.3-59-g8ed1b