mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 10:25:37 +00:00
Fix a warning.
This commit is contained in:
parent
c41d92d27a
commit
49ed75d883
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ cmdq_guard(struct cmd_q *cmdq, const char *guard)
|
|||
return;
|
||||
|
||||
evbuffer_add_printf(c->stdout_data, "%%%s %ld %u\n", guard,
|
||||
cmdq->time, cmdq->number);
|
||||
(long) cmdq->time, cmdq->number);
|
||||
server_push_stdout(c);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue