diff options
author | nicm <nicm> | 2019-11-15 11:21:32 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-11-15 11:21:32 +0000 |
commit | 5dfe9db78820aedd5d4dfe60728e871f935bff36 (patch) | |
tree | d75c6cbab3de49ea2d5e88d75a32425dfb9bc5e5 /input.c | |
parent | f3dc38dcae472286c7d7c2708e4dbfe70a6c2d57 (diff) | |
download | rtmux-5dfe9db78820aedd5d4dfe60728e871f935bff36.tar.gz rtmux-5dfe9db78820aedd5d4dfe60728e871f935bff36.tar.bz2 rtmux-5dfe9db78820aedd5d4dfe60728e871f935bff36.zip |
Do not add path if it is NULL, duh.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |