diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-11-11 10:01:09 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-11-11 10:01:09 +0000 |
commit | 1536b7e206e51488c37379df22b8c58ef3febc28 (patch) | |
tree | 82b6a369e35326c35c7f6149fbdcd348cfb8ce60 /input.c | |
parent | e46d0632a5ed8e9fbc90ae49039e84450fba4925 (diff) | |
parent | 20da16737715a183a019f1072735614615b5fd1c (diff) | |
download | rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.tar.gz rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.tar.bz2 rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1345,8 +1345,8 @@ input_csi_dispatch(struct input_ctx *ictx) if (ictx->flags & INPUT_DISCARD) return (0); - log_debug("%s: '%c' \"%s\" \"%s\"", - __func__, ictx->ch, ictx->interm_buf, ictx->param_buf); + log_debug("%s: '%c' \"%s\" \"%s\"", __func__, ictx->ch, + ictx->interm_buf, ictx->param_buf); if (input_split(ictx) != 0) return (0); |