From 5dfe9db78820aedd5d4dfe60728e871f935bff36 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. --- input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index d2c1b8a6..96fd5d33 100644 --- a/input.c +++ b/input.c @@ -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