Do not add path if it is NULL, duh.

This commit is contained in:
nicm
2019-11-15 11:21:32 +00:00
parent f3dc38dcae
commit 5dfe9db788
2 changed files with 2 additions and 2 deletions

View File

@ -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 *);